From ba3ebc7574c57a3f507ff6cffea9d29388b39c80 Mon Sep 17 00:00:00 2001 From: Servarr Date: Sun, 3 Sep 2023 23:13:46 +0000 Subject: [PATCH] Automated API Docs update --- src/Prowlarr.Api.V1/openapi.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/Prowlarr.Api.V1/openapi.json b/src/Prowlarr.Api.V1/openapi.json index ff5c1732d..8eae7aeb4 100644 --- a/src/Prowlarr.Api.V1/openapi.json +++ b/src/Prowlarr.Api.V1/openapi.json @@ -1485,6 +1485,14 @@ "schema": { "$ref": "#/components/schemas/HistoryEventType" } + }, + { + "name": "limit", + "in": "query", + "schema": { + "type": "integer", + "format": "int32" + } } ], "responses": { @@ -2157,6 +2165,20 @@ "type": "string", "format": "date-time" } + }, + { + "name": "indexers", + "in": "query", + "schema": { + "type": "string" + } + }, + { + "name": "tags", + "in": "query", + "schema": { + "type": "string" + } } ], "responses": {