diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 0d12e0ace..1410d99d9 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -10484,6 +10484,12 @@ "shouldMonitor": { "$ref": "#/components/schemas/ImportListMonitorType" }, + "shouldMonitorExisting": { + "type": "boolean" + }, + "shouldSearch": { + "type": "boolean" + }, "rootFolderPath": { "type": "string", "nullable": true