Updating OpenAPI Spec

This commit is contained in:
lukehagar
2023-04-12 15:55:27 +00:00
parent a983009452
commit bc7ad86a9f

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: