mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-11 04:20:52 +00:00
Updating PMS Spec
This commit is contained in:
@@ -5979,12 +5979,6 @@ paths:
|
|||||||
description: Retrieve a Pin from Plex.tv for authentication flows
|
description: Retrieve a Pin from Plex.tv for authentication flows
|
||||||
security: []
|
security: []
|
||||||
parameters:
|
parameters:
|
||||||
- name: X-Plex-Client-Identifier
|
|
||||||
description: Plex Authentication Token
|
|
||||||
in: header
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
- name: strong
|
- name: strong
|
||||||
description: |
|
description: |
|
||||||
Determines the kind of code returned by the API call
|
Determines the kind of code returned by the API call
|
||||||
@@ -5995,6 +5989,12 @@ paths:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
required: false
|
required: false
|
||||||
|
- name: X-Plex-Client-Identifier
|
||||||
|
description: Plex Authentication Token
|
||||||
|
in: header
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: The Pin
|
description: The Pin
|
||||||
@@ -6113,10 +6113,7 @@ paths:
|
|||||||
required: true
|
required: true
|
||||||
- name: X-Plex-Client-Identifier
|
- name: X-Plex-Client-Identifier
|
||||||
description: Plex Authentication Token
|
description: Plex Authentication Token
|
||||||
in:
|
in: header
|
||||||
- header
|
|
||||||
- query
|
|
||||||
- cookie
|
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user