Apply automatic changes

This commit is contained in:
LukeHagar
2023-06-03 02:32:06 +00:00
committed by github-actions[bot]
parent 180814f657
commit b3b48dd4de

View File

@@ -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