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" },