From 548db6a5cd63792fbf365b727614a69d3e65ad1b Mon Sep 17 00:00:00 2001 From: Servarr Date: Wed, 29 Dec 2021 00:52:05 +0000 Subject: [PATCH] Automated API Docs update --- src/Prowlarr.Api.V1/openapi.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/Prowlarr.Api.V1/openapi.json b/src/Prowlarr.Api.V1/openapi.json index 96956d868..69ddaebc2 100644 --- a/src/Prowlarr.Api.V1/openapi.json +++ b/src/Prowlarr.Api.V1/openapi.json @@ -9,6 +9,23 @@ }, "version": "1.0.0" }, + "servers": [ + { + "url": "{protocol}://{hostpath}", + "variables": { + "protocol": { + "default": "http", + "enum": [ + "http", + "https" + ] + }, + "hostpath": { + "default": "localhost:9696" + } + } + } + ], "paths": { "/api/v1/applications/{id}": { "get": {