Updating PMS Spec

This commit is contained in:
lukehagar
2024-01-31 14:57:16 +00:00
parent 8184d169d4
commit 5300f36c65

View File

@@ -5977,6 +5977,7 @@ paths:
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: []
parameters: parameters:
- name: X-Plex-Client-Identifier - name: X-Plex-Client-Identifier
description: Plex Authentication Token description: Plex Authentication Token
@@ -6102,6 +6103,7 @@ paths:
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: []
parameters: parameters:
- name: pinID - name: pinID
description: The PinID to retrieve an access token for description: The PinID to retrieve an access token for