mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 20:47:46 +00:00
adding descriptions
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
name: X-Plex-Device-Name
|
name: X-Plex-Device-Name
|
||||||
|
description: The name of the device the client application is running on. This is used to track the client application and its usage. (Chrome, Safari, etc.)
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
name: X-Plex-Device-Screen-Resolution
|
name: X-Plex-Device-Screen-Resolution
|
||||||
|
description: The resolution of the device the client application is running on. This is used to track the client application and its usage. (1487x1165,2560x1440)
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
name: X-Plex-Device
|
name: X-Plex-Device
|
||||||
x-speakeasy-name-override: DeviceName
|
x-speakeasy-name-override: DeviceName
|
||||||
|
description: The name of the device the client application is running on. This is used to track the client application and its usage. (Linux, iOS, Android, etc.)
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
name: X-Plex-Features
|
name: X-Plex-Features
|
||||||
|
description: The features of the client application. This is used to track the client application and its usage. (external-media,indirect-media,hub-style-list)
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
name: X-Plex-Language
|
name: X-Plex-Language
|
||||||
|
description: The language of the client application. This is used to track the client application and its usage. (en, ja, etc.)
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
name: X-Plex-Model
|
name: X-Plex-Model
|
||||||
|
description: The model of the device the client application is running on. This is used to track the client application and its usage. (bundled, desktop, etc.)
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
name: X-Plex-Platform
|
name: X-Plex-Platform
|
||||||
x-speakeasy-name-override: ClientPlatform
|
x-speakeasy-name-override: ClientPlatform
|
||||||
|
description: The platform of the client application. This is used to track the client application and its usage. (Chrome, Safari, etc.)
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
name: X-Plex-Product
|
name: X-Plex-Product
|
||||||
x-speakeasy-name-override: ClientName
|
x-speakeasy-name-override: ClientName
|
||||||
|
description: The name of the client application. This is used to track the client application and its usage. (Plex Web, Plex Media Server, etc.)
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
name: X-Plex-Session-Id
|
name: X-Plex-Session-Id
|
||||||
|
description: The session ID of the client application. This is used to track the client application and its usage. (97e136ef-4ddd-4ff3-89a7-a5820c96c2ca)
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
name: X-Plex-Version
|
name: X-Plex-Version
|
||||||
x-speakeasy-name-override: ClientVersion
|
x-speakeasy-name-override: ClientVersion
|
||||||
|
description: The version of the client application. This is used to track the client application and its usage. (4.133.0, 5.0.0, etc.)
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user