From ff9ee450d200568ecd7d58f7204e3b431fda844a Mon Sep 17 00:00:00 2001 From: lukehagar Date: Fri, 14 Apr 2023 01:10:31 +0000 Subject: [PATCH] Updating OpenAPI Spec --- static/plex-api-spec-dereferenced.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/plex-api-spec-dereferenced.yaml b/static/plex-api-spec-dereferenced.yaml index fbf3830..102f9f3 100644 --- a/static/plex-api-spec-dereferenced.yaml +++ b/static/plex-api-spec-dereferenced.yaml @@ -4934,8 +4934,9 @@ paths: /pins: servers: - url: 'https://plex.tv/api/v2' + security: + - PlexClientIdentifier: [] post: - security: [] tags: - Authentication summary: Get a Pin @@ -5122,6 +5123,8 @@ paths: '/pins/{pinID}': servers: - url: 'https://plex.tv/api/v2' + security: + - PlexClientIdentifier: [] get: tags: - Authentication