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