This commit is contained in:
Luke Hagar
2023-04-17 10:33:03 -05:00
parent c9ba4bc591
commit b9c195730e
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,8 @@ get:
operationId: getToken
description: Retrieve an Access Token from Plex.tv after the Pin has already been authenticated
security:
- PlexClientIdentifier: []
- ClientIdentifier: []
Host: []
parameters:
- name: pinID
description: The PinID to retrieve an access token for

View File

@@ -5,7 +5,8 @@ post:
operationId: getPin
description: Retrieve a Pin from Plex.tv for authentication flows
security:
- PlexClientIdentifier: []
- ClientIdentifier: []
Host: []
parameters:
- name: strong
description: |

View File

@@ -4,8 +4,6 @@ get:
summary: Get Devices
description: Get Devices
operationId: getDevices
security:
- PlexClientIdentifier: []
responses:
"200":
description: List of Plex Devices