Fix URL formatting in plex-api-spec.yaml

This commit is contained in:
Luke Hagar
2025-10-12 01:55:05 -05:00
committed by GitHub
parent f9700344ca
commit 37c7a12a3d

View File

@@ -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