Moved client identifier

This commit is contained in:
JasonLandbridge
2024-09-04 10:31:09 +02:00
parent 1d69f47436
commit 2dae95ba37
15 changed files with 296 additions and 52 deletions

View File

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

View File

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

View File

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

View File

@@ -4,4 +4,4 @@ description: Plex Authentication Token
schema:
type: string
example: CV5xoxjTpFKUzBTShsaf
required: false
required: true