diff --git a/static/plex-api-spec-dereferenced.yaml b/static/plex-api-spec-dereferenced.yaml index d574d48..289f859 100644 --- a/static/plex-api-spec-dereferenced.yaml +++ b/static/plex-api-spec-dereferenced.yaml @@ -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