mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-07 20:47:47 +00:00
Update plex-api-spec.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user