From 5bceacb30eb7c69e41e296f0637224d52d3f46f3 Mon Sep 17 00:00:00 2001 From: Sonarr Date: Tue, 10 Oct 2023 03:44:58 +0000 Subject: [PATCH] Automated API Docs update ignore-downstream --- src/Sonarr.Api.V3/openapi.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/Sonarr.Api.V3/openapi.json b/src/Sonarr.Api.V3/openapi.json index 462f08b69..a154c2b26 100644 --- a/src/Sonarr.Api.V3/openapi.json +++ b/src/Sonarr.Api.V3/openapi.json @@ -7637,7 +7637,7 @@ "type": "array", "items": { "type": "object", - "additionalProperties": {} + "additionalProperties": { } }, "nullable": true } @@ -7856,6 +7856,9 @@ }, "autoRedownloadFailed": { "type": "boolean" + }, + "autoRedownloadFailedFromInteractiveSearch": { + "type": "boolean" } }, "additionalProperties": false @@ -8731,6 +8734,9 @@ "enableAutomaticAdd": { "type": "boolean" }, + "searchForMissingEpisodes": { + "type": "boolean" + }, "shouldMonitor": { "$ref": "#/components/schemas/MonitorTypes" }, @@ -11821,10 +11827,10 @@ }, "security": [ { - "X-Api-Key": [] + "X-Api-Key": [ ] }, { - "apikey": [] + "apikey": [ ] } ] } \ No newline at end of file