Updating OpenAPI Spec

This commit is contained in:
lukehagar
2023-04-12 16:02:52 +00:00
parent bc7ad86a9f
commit c230823f63

View File

@@ -28,18 +28,13 @@ servers:
default: '32400' default: '32400'
description: The port to access your plex server description: The port to access your plex server
security: security:
- PlexToken-Header: [] - PlexToken: []
- PlexToken-Query: []
components: components:
securitySchemes: securitySchemes:
PlexToken-Header: PlexToken:
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: