From 022b26a47efa92b2d7e283b247ca24e8d332d068 Mon Sep 17 00:00:00 2001 From: LukeHagar Date: Tue, 18 Apr 2023 20:46:23 +0000 Subject: [PATCH] Apply automatic changes --- plex-api-spec-dereferenced.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/plex-api-spec-dereferenced.yaml b/plex-api-spec-dereferenced.yaml index 28b76f0b..f7069aee 100644 --- a/plex-api-spec-dereferenced.yaml +++ b/plex-api-spec-dereferenced.yaml @@ -32,7 +32,12 @@ servers: security: - Token: [] ClientIdentifier: [] + Device: [] DeviceName: [] + Platform: [] + PlatformVersion: [] + Product: [] + Version: [] components: securitySchemes: Token: @@ -71,6 +76,18 @@ components: type: apiKey in: header name: X-Plex-Platform + Product: + description: | + Plex application name + eg: `Laika`, `Plex Media Server`, `Media Link` + type: apiKey + in: header + name: X-Plex-Product + Version: + description: Plex application version number + type: apiKey + in: header + name: X-Plex-Version paths: /: get: