mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-07 20:47:45 +00:00
Updating OpenAPI Spec
This commit is contained in:
@@ -2096,8 +2096,6 @@ paths:
|
|||||||
summary: Get Devices
|
summary: Get Devices
|
||||||
description: Get Devices
|
description: Get Devices
|
||||||
operationId: getDevices
|
operationId: getDevices
|
||||||
security:
|
|
||||||
- PlexClientIdentifier: []
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: List of Plex Devices
|
description: List of Plex Devices
|
||||||
@@ -2224,7 +2222,8 @@ paths:
|
|||||||
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:
|
security:
|
||||||
- PlexClientIdentifier: []
|
- ClientIdentifier: []
|
||||||
|
Host: []
|
||||||
parameters:
|
parameters:
|
||||||
- name: strong
|
- name: strong
|
||||||
description: |
|
description: |
|
||||||
@@ -2345,7 +2344,8 @@ paths:
|
|||||||
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:
|
security:
|
||||||
- PlexClientIdentifier: []
|
- ClientIdentifier: []
|
||||||
|
Host: []
|
||||||
parameters:
|
parameters:
|
||||||
- name: pinID
|
- name: pinID
|
||||||
description: The PinID to retrieve an access token for
|
description: The PinID to retrieve an access token for
|
||||||
|
|||||||
Reference in New Issue
Block a user