This commit is contained in:
Luke Hagar
2024-01-08 13:44:31 -06:00
parent 0d43f62b20
commit b23ac09948

View File

@@ -31,13 +31,6 @@ servers:
security:
- accessToken: []
# clientIdentifier: []
# deviceName: []
# device: []
# platformVersion: []
# platform: []
# product: []
# version: []
components:
securitySchemes:
@@ -46,49 +39,6 @@ components:
type: "apiKey"
in: "header"
name: "X-Plex-Token"
# ClientIdentifier: # arbitrary name for the security scheme
# description: Plex Authentication Token
# type: apiKey
# in: header # can be "header", "query" or "cookie"
# name: X-Plex-Client-Identifier # name of the header, query parameter or cookie
# DeviceName: # arbitrary name for the security scheme
# description: Primary name for the device eg. `Plex Web (Chrome)`
# type: apiKey
# in: header # can be "header", "query" or "cookie"
# name: X-Plex-Device-Name # name of the header, query parameter or cookie
# Device: # arbitrary name for the security scheme
# description: |
# The type of device your application is running on
# Device name and or model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
# type: apiKey
# in: header # can be "header", "query" or "cookie"
# name: X-Plex-Device # name of the header, query parameter or cookie
# PlatformVersion: # arbitrary name for the security scheme
# description: |
# Operating system version
# eg `4.3.1`, `10.6.7`, `3.2`
# type: apiKey
# in: header # can be "header", "query" or "cookie"
# name: X-Plex-Platform-Version # name of the header, query parameter or cookie
# Platform: # arbitrary name for the security scheme
# description: |
# Platform name
# eg: `Web`, `iOS`, `MacOSX`, `Android`, `LG`
# 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