mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 04:20:46 +00:00
added server variable descriptions
This commit is contained in:
@@ -17,13 +17,16 @@ servers:
|
|||||||
variables:
|
variables:
|
||||||
protocol:
|
protocol:
|
||||||
default: "https"
|
default: "https"
|
||||||
|
description: The protocol to use for the server connection
|
||||||
enum:
|
enum:
|
||||||
- "http"
|
- "http"
|
||||||
- "https"
|
- "https"
|
||||||
ip:
|
ip:
|
||||||
default: "10.10.10.47"
|
default: "10.10.10.47"
|
||||||
|
description: The IP address or hostname of your Plex Server
|
||||||
port:
|
port:
|
||||||
default: "32400"
|
default: "32400"
|
||||||
|
description: The port of your Plex Server
|
||||||
|
|
||||||
x-speakeasy-globals:
|
x-speakeasy-globals:
|
||||||
parameters:
|
parameters:
|
||||||
|
|||||||
Reference in New Issue
Block a user