mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 12:37:45 +00:00
Updating PMS Spec
This commit is contained in:
@@ -27,6 +27,17 @@ servers:
|
|||||||
port:
|
port:
|
||||||
default: '32400'
|
default: '32400'
|
||||||
description: The port to access your plex server.
|
description: The port to access your plex server.
|
||||||
|
x-speakeasy-globals:
|
||||||
|
parameters:
|
||||||
|
- 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
|
||||||
|
required: true
|
||||||
security:
|
security:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
components:
|
components:
|
||||||
|
|||||||
Reference in New Issue
Block a user