mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
Updating OpenAPI Spec
This commit is contained in:
@@ -32,7 +32,12 @@ servers:
|
|||||||
security:
|
security:
|
||||||
- Token: []
|
- Token: []
|
||||||
ClientIdentifier: []
|
ClientIdentifier: []
|
||||||
|
Device: []
|
||||||
DeviceName: []
|
DeviceName: []
|
||||||
|
Platform: []
|
||||||
|
PlatformVersion: []
|
||||||
|
Product: []
|
||||||
|
Version: []
|
||||||
components:
|
components:
|
||||||
securitySchemes:
|
securitySchemes:
|
||||||
Token:
|
Token:
|
||||||
@@ -71,6 +76,18 @@ components:
|
|||||||
type: apiKey
|
type: apiKey
|
||||||
in: header
|
in: header
|
||||||
name: X-Plex-Platform
|
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:
|
paths:
|
||||||
/:
|
/:
|
||||||
get:
|
get:
|
||||||
|
|||||||
Reference in New Issue
Block a user