mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 12:37:45 +00:00
moved to separate server file
This commit is contained in:
@@ -3,10 +3,13 @@ description: The full address of your Plex Server
|
||||
variables:
|
||||
protocol:
|
||||
default: "https"
|
||||
description: The protocol to use for the server connection
|
||||
enum:
|
||||
- "http"
|
||||
- "https"
|
||||
ip:
|
||||
default: "10.10.10.47"
|
||||
description: The IP address or hostname of your Plex Server
|
||||
port:
|
||||
default: "32400"
|
||||
description: The port of your Plex Server
|
||||
|
||||
Reference in New Issue
Block a user