Moved files into package.json project setup

This commit is contained in:
JasonLandbridge
2024-08-30 10:10:26 +02:00
parent 89547c8bcc
commit 8a90da8192
85 changed files with 5 additions and 10442 deletions

View 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

View 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

View 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

View 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