From adf647f3e1cefdeb9669628f0d068cc854fd258f Mon Sep 17 00:00:00 2001 From: Servarr Date: Fri, 2 Feb 2024 15:54:32 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index fcd029eea..18823503c 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -8955,6 +8955,10 @@ "type": "boolean", "nullable": true }, + "searchOnAdd": { + "type": "boolean", + "nullable": true + }, "qualityProfileId": { "type": "integer", "format": "int32", @@ -12926,6 +12930,10 @@ "path": { "type": "string", "nullable": true + }, + "relativePath": { + "type": "string", + "nullable": true } }, "additionalProperties": false