From 39c3993759e37db6a702505f9458d2169304eabc Mon Sep 17 00:00:00 2001 From: Servarr Date: Mon, 7 Nov 2022 01:10:37 +0000 Subject: [PATCH] Automated API Docs update --- src/Lidarr.Api.V1/openapi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index bb8fbc8b3..20328102a 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -347,6 +347,18 @@ } } }, + "/api": { + "get": { + "tags": [ + "ApiInfo" + ], + "responses": { + "200": { + "description": "Success" + } + } + } + }, "/api/v1/artist/{id}": { "get": { "tags": [