Updating PMS Spec

This commit is contained in:
lukehagar
2024-01-31 15:04:11 +00:00
parent 5300f36c65
commit 6d0c26bc1f

View File

@@ -5979,12 +5979,6 @@ paths:
description: Retrieve a Pin from Plex.tv for authentication flows
security: []
parameters:
- name: X-Plex-Client-Identifier
description: Plex Authentication Token
in: header
schema:
type: string
required: true
- name: strong
description: |
Determines the kind of code returned by the API call
@@ -5995,6 +5989,12 @@ paths:
type: boolean
default: false
required: false
- name: X-Plex-Client-Identifier
description: Plex Authentication Token
in: header
schema:
type: string
required: true
responses:
'200':
description: The Pin
@@ -6113,10 +6113,7 @@ paths:
required: true
- name: X-Plex-Client-Identifier
description: Plex Authentication Token
in:
- header
- query
- cookie
in: header
schema:
type: string
required: true