Apply automatic changes

This commit is contained in:
LukeHagar
2023-04-17 15:33:38 +00:00
committed by github-actions[bot]
parent b9c195730e
commit 2bcbe5db34

View File

@@ -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