Update pms-spec.yaml

This commit is contained in:
Luke Hagar
2023-06-02 21:37:54 -05:00
parent eae332ccce
commit 8a8784b110

View File

@@ -36,14 +36,14 @@ components:
securitySchemes:
accessTokenHeader:
description: Plex Authentication Token
type: apiKey
in: header
name: X-Plex-Token
type: "apiKey"
in: "header"
name: "X-Plex-Token"
accessTokenQuery:
description: Plex Authentication Token
type: apiKey
in: query
name: X-Plex-Token
type: "apiKey"
in: "query"
name: "X-Plex-Token"
# ClientIdentifier: # arbitrary name for the security scheme
# description: Plex Authentication Token
# type: apiKey