ref sectionKey

This commit is contained in:
JasonLandbridge
2024-09-03 15:50:48 +02:00
parent edc93f8d76
commit 03977988b5
13 changed files with 48 additions and 74 deletions

View File

@@ -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

View File

@@ -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

View 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