Apply automatic changes

This commit is contained in:
LukeHagar
2023-04-12 15:55:31 +00:00
committed by github-actions[bot]
parent a8179f88a8
commit 5ab9b4a148

View File

@@ -28,13 +28,18 @@ servers:
default: '32400' default: '32400'
description: The port to access your plex server description: The port to access your plex server
security: security:
- PlexToken: [] - PlexToken-Header: []
- PlexToken-Query: []
components: components:
securitySchemes: securitySchemes:
PlexToken: PlexToken-Header:
type: apiKey type: apiKey
in: header in: header
name: X-Plex-Token name: X-Plex-Token
PlexToken-Query:
type: apiKey
in: query
name: X-Plex-Token
paths: paths:
/clients: /clients:
get: get: