From 3940059ea3325f334e7693b02036ce5137e7f1bc Mon Sep 17 00:00:00 2001 From: Sonarr Date: Thu, 9 May 2024 01:46:59 +0000 Subject: [PATCH] Automated API Docs update ignore-downstream --- src/Sonarr.Api.V3/openapi.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/Sonarr.Api.V3/openapi.json b/src/Sonarr.Api.V3/openapi.json index 4492f1d6a..83c0e8740 100644 --- a/src/Sonarr.Api.V3/openapi.json +++ b/src/Sonarr.Api.V3/openapi.json @@ -413,6 +413,27 @@ "schema": { "$ref": "#/components/schemas/SortDirection" } + }, + { + "name": "seriesIds", + "in": "query", + "schema": { + "type": "array", + "items": { + "type": "integer", + "format": "int32" + } + } + }, + { + "name": "protocols", + "in": "query", + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DownloadProtocol" + } + } } ], "responses": {