diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index e47cff8d0..f36ad50a8 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -6172,6 +6172,32 @@ "type": "boolean", "default": false } + }, + { + "name": "artistIds", + "in": "query", + "schema": { + "type": "array", + "items": { + "type": "integer", + "format": "int32" + } + } + }, + { + "name": "protocol", + "in": "query", + "schema": { + "$ref": "#/components/schemas/DownloadProtocol" + } + }, + { + "name": "quality", + "in": "query", + "schema": { + "type": "integer", + "format": "int32" + } } ], "responses": {