mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 20:47:46 +00:00
Update pms-spec.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user