mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 20:47:46 +00:00
Apply automatic changes
This commit is contained in:
committed by
github-actions[bot]
parent
c295b5e541
commit
fd49ee9e54
@@ -21,13 +21,13 @@ servers:
|
|||||||
default: 10.10.10.47
|
default: 10.10.10.47
|
||||||
description: The Local IP Address of your plex server
|
description: The Local IP Address of your plex server
|
||||||
Port:
|
Port:
|
||||||
default: '32400'
|
default: 32400
|
||||||
description: The port to access your plex server
|
description: The port to access your plex server
|
||||||
security:
|
security:
|
||||||
- PlexToken: []
|
- PlexToken: []
|
||||||
components:
|
components:
|
||||||
securitySchemes:
|
securitySchemes:
|
||||||
PlexTokenHeader:
|
PlexToken:
|
||||||
type: apiKey
|
type: apiKey
|
||||||
in: header
|
in: header
|
||||||
name: X-Plex-Token
|
name: X-Plex-Token
|
||||||
|
|||||||
Reference in New Issue
Block a user