From 2db24d454ece3bba74f63eb90c10648a1a82fb06 Mon Sep 17 00:00:00 2001 From: Servarr Date: Sat, 30 Jul 2022 04:31:22 +0000 Subject: [PATCH] Automated API Docs update --- src/Prowlarr.Api.V1/openapi.json | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/src/Prowlarr.Api.V1/openapi.json b/src/Prowlarr.Api.V1/openapi.json index 938b8153e..aadfde6f3 100644 --- a/src/Prowlarr.Api.V1/openapi.json +++ b/src/Prowlarr.Api.V1/openapi.json @@ -2833,6 +2833,13 @@ "type": "string" } }, + { + "name": "publisher", + "in": "query", + "schema": { + "type": "string" + } + }, { "name": "configured", "in": "query", @@ -3055,6 +3062,13 @@ "type": "string" } }, + { + "name": "publisher", + "in": "query", + "schema": { + "type": "string" + } + }, { "name": "configured", "in": "query", @@ -4547,7 +4561,10 @@ "enum": [ "q", "title", - "author" + "author", + "publisher", + "genre", + "year" ], "type": "string" }, @@ -5789,7 +5806,8 @@ "imdbYear", "traktId", "genre", - "doubanId" + "doubanId", + "year" ], "type": "string" }, @@ -6250,7 +6268,9 @@ "tvMazeId", "traktId", "tmdbId", - "doubanId" + "doubanId", + "genre", + "year" ], "type": "string" },