mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-11 04:20:52 +00:00
fixed lint-bundled
This commit is contained in:
@@ -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':
|
||||||
|
|||||||
@@ -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":
|
||||||
|
|||||||
Reference in New Issue
Block a user