From 2bcbe5db3427d2d68bc8d8af10ee7092123cebf5 Mon Sep 17 00:00:00 2001 From: LukeHagar Date: Mon, 17 Apr 2023 15:33:38 +0000 Subject: [PATCH] Apply automatic changes --- plex-api-spec-dereferenced.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plex-api-spec-dereferenced.yaml b/plex-api-spec-dereferenced.yaml index d574d489..289f8591 100644 --- a/plex-api-spec-dereferenced.yaml +++ b/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