From 8e2f959d5cbfe8227f2502072638eefac4f985e0 Mon Sep 17 00:00:00 2001 From: Servarr Date: Tue, 23 Jan 2024 10:38:49 +0000 Subject: [PATCH] Automated API Docs update --- src/Lidarr.Api.V1/openapi.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 90410c938..60fb22607 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -6034,6 +6034,14 @@ "type": "boolean", "default": false } + }, + { + "name": "changeCategory", + "in": "query", + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -6072,6 +6080,14 @@ "type": "boolean", "default": false } + }, + { + "name": "changeCategory", + "in": "query", + "schema": { + "type": "boolean", + "default": false + } } ], "requestBody": { @@ -11643,6 +11659,9 @@ "type": "string", "nullable": true }, + "downloadClientHasPostImportCategory": { + "type": "boolean" + }, "indexer": { "type": "string", "nullable": true