mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 20:47:46 +00:00
Security
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: |
|
||||
|
||||
@@ -4,8 +4,6 @@ get:
|
||||
summary: Get Devices
|
||||
description: Get Devices
|
||||
operationId: getDevices
|
||||
security:
|
||||
- PlexClientIdentifier: []
|
||||
responses:
|
||||
"200":
|
||||
description: List of Plex Devices
|
||||
|
||||
Reference in New Issue
Block a user