From a28e5ddb973e78e6677e19fb700da2aad8458d32 Mon Sep 17 00:00:00 2001 From: Jason Landbridge Date: Sun, 26 Oct 2025 11:27:42 +0100 Subject: [PATCH] Rename server_url to full_server_url in API spec --- plex-api-spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex-api-spec.yaml b/plex-api-spec.yaml index 22ab1b67..b6e0161a 100644 --- a/plex-api-spec.yaml +++ b/plex-api-spec.yaml @@ -30,7 +30,7 @@ servers: default: '32400' - url: "{full_server_url}" variables: - server_url: + full_server_url: description: The full manual URL to access the PMS default: http://localhost:32400 security: