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