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 - name: ratingKey
in: path in: path
description: the id of the library item to return the children of. description: the id of the library item to return the children of.
schema: null schema:
type: integer type: integer
example: 9518 example: 9518
required: true required: true
responses: responses:
'200': '200':

View File

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