From f13b095040f10776dbc2cab77c39cc5d3f9407ec Mon Sep 17 00:00:00 2001 From: Servarr Date: Mon, 12 Feb 2024 02:57:48 +0000 Subject: [PATCH] Automated API Docs update --- src/Lidarr.Api.V1/openapi.json | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 05700cd97..c798949f3 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -1136,20 +1136,20 @@ "type": "boolean", "default": false } + }, + { + "name": "tags", + "in": "query", + "schema": { + "type": "string", + "default": "" + } } ], "responses": { "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AlbumResource" - } - } - }, "application/json": { "schema": { "type": "array", @@ -1157,14 +1157,6 @@ "$ref": "#/components/schemas/AlbumResource" } } - }, - "text/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AlbumResource" - } - } } } }