Corrected security populating automatically on pins endpoints

This commit is contained in:
Luke Hagar
2024-01-31 08:56:48 -06:00
parent f418ebad37
commit 9d709b4546
2 changed files with 2 additions and 0 deletions

View File

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

View File

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