fixed lint-bundled

This commit is contained in:
JasonLandbridge
2024-09-03 14:38:32 +02:00
parent 23112f7aa4
commit 4f06a5c596
2 changed files with 5 additions and 5 deletions

View File

@@ -3653,9 +3653,9 @@ paths:
- name: ratingKey
in: path
description: the id of the library item to return the children of.
schema: null
type: integer
example: 9518
schema:
type: integer
example: 9518
required: true
responses:
'200':

View File

@@ -10,8 +10,8 @@ get:
in: path
description: the id of the library item to return the children of.
schema:
type: integer
example: 9518
type: integer
example: 9518
required: true
responses:
"200":