mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 12:37:45 +00:00
Apply automatic changes
This commit is contained in:
committed by
github-actions[bot]
parent
b9c195730e
commit
2bcbe5db34
@@ -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