mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +00:00
Moved client identifier
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
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
|
||||
@@ -1,8 +0,0 @@
|
||||
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
|
||||
@@ -1,6 +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: query
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
example: "gcgzw5rz2xovp84b4vha3a40"
|
||||
example: gcgzw5rz2xovp84b4vha3a40
|
||||
required: true
|
||||
|
||||
@@ -4,4 +4,4 @@ description: Plex Authentication Token
|
||||
schema:
|
||||
type: string
|
||||
example: CV5xoxjTpFKUzBTShsaf
|
||||
required: false
|
||||
required: true
|
||||
Reference in New Issue
Block a user