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