From 60f48e3a94068315551b19d3c274dfd0368ea62c Mon Sep 17 00:00:00 2001 From: Servarr Date: Mon, 25 Jul 2022 00:29:10 +0000 Subject: [PATCH] Automated API Docs update --- src/Prowlarr.Api.V1/openapi.json | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/src/Prowlarr.Api.V1/openapi.json b/src/Prowlarr.Api.V1/openapi.json index 1ac4758fb..938b8153e 100644 --- a/src/Prowlarr.Api.V1/openapi.json +++ b/src/Prowlarr.Api.V1/openapi.json @@ -2753,6 +2753,14 @@ "format": "int32" } }, + { + "name": "doubanid", + "in": "query", + "schema": { + "type": "integer", + "format": "int32" + } + }, { "name": "season", "in": "query", @@ -2967,6 +2975,14 @@ "format": "int32" } }, + { + "name": "doubanid", + "in": "query", + "schema": { + "type": "integer", + "format": "int32" + } + }, { "name": "season", "in": "query", @@ -5772,7 +5788,8 @@ "imdbTitle", "imdbYear", "traktId", - "genre" + "genre", + "doubanId" ], "type": "string" }, @@ -5783,7 +5800,8 @@ "artist", "label", "year", - "genre" + "genre", + "track" ], "type": "string" }, @@ -6231,7 +6249,8 @@ "rId", "tvMazeId", "traktId", - "tmdbId" + "tmdbId", + "doubanId" ], "type": "string" },