mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
Fix URL formatting in plex-api-spec.yaml
This commit is contained in:
@@ -6,7 +6,7 @@ info:
|
|||||||
name: Apache 2.0
|
name: Apache 2.0
|
||||||
url: https://www.apache.org/licenses/LICENSE-2.0.html
|
url: https://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
servers:
|
servers:
|
||||||
- url: https://{IP-description}.{identifier}.plex.direct:{port}
|
- url: "https://{IP-description}.{identifier}.plex.direct:{port}"
|
||||||
variables:
|
variables:
|
||||||
identifier:
|
identifier:
|
||||||
description: The unique identifier of this particular PMS
|
description: The unique identifier of this particular PMS
|
||||||
@@ -28,7 +28,7 @@ servers:
|
|||||||
port:
|
port:
|
||||||
description: "The Port number configured on the PMS. Typically (`32400`). \nIf using a reverse proxy, this would be the port number configured on the proxy.\n"
|
description: "The Port number configured on the PMS. Typically (`32400`). \nIf using a reverse proxy, this would be the port number configured on the proxy.\n"
|
||||||
default: '32400'
|
default: '32400'
|
||||||
- url: "{server_url}"
|
- url: "{full_server_url}"
|
||||||
variables:
|
variables:
|
||||||
server_url:
|
server_url:
|
||||||
description: The full manual URL to access the PMS
|
description: The full manual URL to access the PMS
|
||||||
|
|||||||
Reference in New Issue
Block a user