mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
Updating OpenAPI Spec
This commit is contained in:
@@ -2096,8 +2096,6 @@ paths:
|
||||
summary: Get Devices
|
||||
description: Get Devices
|
||||
operationId: getDevices
|
||||
security:
|
||||
- PlexClientIdentifier: []
|
||||
responses:
|
||||
'200':
|
||||
description: List of Plex Devices
|
||||
@@ -2224,7 +2222,8 @@ paths:
|
||||
operationId: getPin
|
||||
description: Retrieve a Pin from Plex.tv for authentication flows
|
||||
security:
|
||||
- PlexClientIdentifier: []
|
||||
- ClientIdentifier: []
|
||||
Host: []
|
||||
parameters:
|
||||
- name: strong
|
||||
description: |
|
||||
@@ -2345,7 +2344,8 @@ paths:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user