mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 20:47:46 +00:00
Update plex-api-spec.yaml
This commit is contained in:
@@ -30,14 +30,19 @@ servers:
|
||||
description: The port to access your plex server
|
||||
|
||||
security:
|
||||
- PlexToken: []
|
||||
- PlexToken-Header: []
|
||||
- PlexToken-Query: []
|
||||
|
||||
components:
|
||||
securitySchemes:
|
||||
PlexToken: # arbitrary name for the security scheme
|
||||
PlexToken-Header: # arbitrary name for the security scheme
|
||||
type: apiKey
|
||||
in: header # can be "header", "query" or "cookie"
|
||||
name: X-Plex-Token # name of the header, query parameter or cookie
|
||||
PlexToken-Query: # arbitrary name for the security scheme
|
||||
type: apiKey
|
||||
in: query # can be "header", "query" or "cookie"
|
||||
name: X-Plex-Token # name of the header, query parameter or cookie
|
||||
|
||||
paths:
|
||||
/clients:
|
||||
|
||||
Reference in New Issue
Block a user