mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
Moved files into package.json project setup
This commit is contained in:
10
src/parameters/ClientIdentifier.yaml
Normal file
10
src/parameters/ClientIdentifier.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: X-Plex-Client-Identifier
|
||||
description: |
|
||||
The unique identifier for the client application
|
||||
This is used to track the client application and its usage
|
||||
(UUID, serial number, or other number unique per device)
|
||||
in: header
|
||||
schema:
|
||||
type: string
|
||||
example: Postman
|
||||
required: true
|
||||
8
src/parameters/ClientProduct.yaml
Normal file
8
src/parameters/ClientProduct.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
name: X-Plex-Product
|
||||
description: |
|
||||
Product name of the application shown in the list of devices
|
||||
in: header
|
||||
schema:
|
||||
type: string
|
||||
example: Postman
|
||||
required: true
|
||||
9
src/parameters/container-size.yaml
Normal file
9
src/parameters/container-size.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: X-Plex-Container-Size
|
||||
in: query
|
||||
description: |
|
||||
Add the length/size of the number of media to be retrieved.
|
||||
By default this is 50
|
||||
schema:
|
||||
type: integer
|
||||
example: 0
|
||||
required: false
|
||||
9
src/parameters/container-start.yaml
Normal file
9
src/parameters/container-start.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: X-Plex-Container-Start
|
||||
in: query
|
||||
description: |
|
||||
Add the index start from which the media items should be returned.
|
||||
By default this is 0
|
||||
schema:
|
||||
type: integer
|
||||
example: 0
|
||||
required: false
|
||||
Reference in New Issue
Block a user