mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
Apply automatic changes
This commit is contained in:
committed by
github-actions[bot]
parent
180814f657
commit
b3b48dd4de
@@ -28,21 +28,20 @@ servers:
|
||||
default: '32400'
|
||||
description: The port to access your plex server.
|
||||
security:
|
||||
- Token: []
|
||||
ClientIdentifier: []
|
||||
Device: []
|
||||
DeviceName: []
|
||||
Platform: []
|
||||
PlatformVersion: []
|
||||
Product: []
|
||||
Version: []
|
||||
- accessTokenHeader: []
|
||||
- accessTokenQuery: []
|
||||
components:
|
||||
securitySchemes:
|
||||
Token:
|
||||
accessTokenHeader:
|
||||
description: Plex Authentication Token
|
||||
type: apiKey
|
||||
in: header
|
||||
name: X-Plex-Token
|
||||
accessTokenQuery:
|
||||
description: Plex Authentication Token
|
||||
type: apiKey
|
||||
in: query
|
||||
name: X-Plex-Token
|
||||
ClientIdentifier:
|
||||
description: Plex Authentication Token
|
||||
type: apiKey
|
||||
|
||||
Reference in New Issue
Block a user