mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +00:00
ref sectionKey
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
name: X-Plex-Container-Size
|
||||
in: query
|
||||
description: |
|
||||
Add the length/size of the number of media to be retrieved.
|
||||
The number of items to return. If not specified, all items will be returned.
|
||||
If the number of items exceeds the limit, the response will be paginated.
|
||||
By default this is 50
|
||||
schema:
|
||||
type: integer
|
||||
format: int32
|
||||
default: 50
|
||||
example: 50
|
||||
required: false
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
name: X-Plex-Container-Start
|
||||
in: query
|
||||
description: |
|
||||
Add the index start from which the media items should be returned.
|
||||
The index of the first item to return. If not specified, the first item will be returned.
|
||||
If the number of items exceeds the limit, the response will be paginated.
|
||||
By default this is 0
|
||||
schema:
|
||||
type: integer
|
||||
format: int32
|
||||
default: 0
|
||||
example: 0
|
||||
required: false
|
||||
|
||||
9
src/parameters/library/section-key.yaml
Normal file
9
src/parameters/library/section-key.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: sectionKey
|
||||
description: The unique key of the library item to return the children of.
|
||||
in: path
|
||||
schema:
|
||||
type: integer
|
||||
format: int32
|
||||
example: 9518
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user