Updating PMS Spec

This commit is contained in:
lukehagar
2024-03-29 16:35:28 +00:00
parent 1d5030693e
commit 96d7956f1e

View File

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