mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-11 04:20:52 +00:00
Corrected security populating automatically on pins endpoints
This commit is contained in:
@@ -6,6 +6,7 @@ get:
|
|||||||
summary: Get Access Token
|
summary: Get Access Token
|
||||||
operationId: getToken
|
operationId: getToken
|
||||||
description: Retrieve an Access Token from Plex.tv after the Pin has already been authenticated
|
description: Retrieve an Access Token from Plex.tv after the Pin has already been authenticated
|
||||||
|
security: [] # No security required
|
||||||
parameters:
|
parameters:
|
||||||
- name: pinID
|
- name: pinID
|
||||||
description: The PinID to retrieve an access token for
|
description: The PinID to retrieve an access token for
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ post:
|
|||||||
summary: Get a Pin
|
summary: Get a Pin
|
||||||
operationId: getPin
|
operationId: getPin
|
||||||
description: Retrieve a Pin from Plex.tv for authentication flows
|
description: Retrieve a Pin from Plex.tv for authentication flows
|
||||||
|
security: [] # No security required
|
||||||
parameters:
|
parameters:
|
||||||
- name: X-Plex-Client-Identifier
|
- name: X-Plex-Client-Identifier
|
||||||
description: Plex Authentication Token
|
description: Plex Authentication Token
|
||||||
|
|||||||
Reference in New Issue
Block a user