From c20a8970534910992a7c050717aeecd3705cbb7b Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Tue, 18 Apr 2023 15:45:53 -0500 Subject: [PATCH] Update plex-api-spec.yaml --- referenced/plex-api-spec.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/referenced/plex-api-spec.yaml b/referenced/plex-api-spec.yaml index 3fe815ab..c1293523 100644 --- a/referenced/plex-api-spec.yaml +++ b/referenced/plex-api-spec.yaml @@ -34,7 +34,12 @@ servers: security: - Token: [] ClientIdentifier: [] + Device: [] DeviceName: [] + Platform: [] + PlatformVersion: [] + Product: [] + Version: [] components: securitySchemes: @@ -74,6 +79,18 @@ components: type: apiKey in: header # can be "header", "query" or "cookie" name: X-Plex-Platform # name of the header, query parameter or cookie + Product: # arbitrary name for the security scheme + description: | + Plex application name + eg: `Laika`, `Plex Media Server`, `Media Link` + type: apiKey + in: header # can be "header", "query" or "cookie" + name: X-Plex-Product # name of the header, query parameter or cookie + Version: # arbitrary name for the security scheme + description: Plex application version number + type: apiKey + in: header # can be "header", "query" or "cookie" + name: X-Plex-Version # name of the header, query parameter or cookie paths: # Plex Media Server endpoints