From 16c27b2d00a98c74826e1773e3ca3fc668850863 Mon Sep 17 00:00:00 2001 From: Servarr Date: Mon, 16 Oct 2023 00:59:15 +0000 Subject: [PATCH] Automated API Docs update --- src/Lidarr.Api.V1/openapi.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 50d119870..9d470cd9c 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -1061,7 +1061,7 @@ } }, { - "name": "tagList", + "name": "tags", "in": "query", "schema": { "type": "string", @@ -11246,6 +11246,10 @@ "type": "string", "nullable": true }, + "albumType": { + "type": "string", + "nullable": true + }, "artistTitleInfo": { "$ref": "#/components/schemas/ArtistTitleInfo" },