mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
Updating PMS Spec
This commit is contained in:
@@ -27,6 +27,17 @@ servers:
|
||||
port:
|
||||
default: '32400'
|
||||
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:
|
||||
- accessToken: []
|
||||
components:
|
||||
|
||||
Reference in New Issue
Block a user