From 0bfa7aed83287b765ee80d7b15f16c412fe03c76 Mon Sep 17 00:00:00 2001 From: Sonarr Date: Sun, 19 Nov 2023 18:56:28 +0000 Subject: [PATCH] Automated API Docs update ignore-downstream --- src/Sonarr.Api.V3/openapi.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/Sonarr.Api.V3/openapi.json b/src/Sonarr.Api.V3/openapi.json index 70271b11d..4c4f2e5f5 100644 --- a/src/Sonarr.Api.V3/openapi.json +++ b/src/Sonarr.Api.V3/openapi.json @@ -8557,6 +8557,10 @@ "type": "string", "nullable": true }, + "passwordConfirmation": { + "type": "string", + "nullable": true + }, "logLevel": { "type": "string", "nullable": true @@ -8810,6 +8814,9 @@ "shouldMonitor": { "$ref": "#/components/schemas/MonitorTypes" }, + "monitorNewItems": { + "$ref": "#/components/schemas/NewItemMonitorTypes" + }, "rootFolderPath": { "type": "string", "nullable": true @@ -9609,8 +9616,10 @@ "missing", "existing", "firstSeason", + "lastSeason", "latestSeason", "pilot", + "recent", "monitorSpecials", "unmonitorSpecials", "none" @@ -9700,6 +9709,13 @@ }, "additionalProperties": false }, + "NewItemMonitorTypes": { + "enum": [ + "all", + "none" + ], + "type": "string" + }, "NotificationResource": { "type": "object", "properties": { @@ -11047,6 +11063,9 @@ "type": "boolean", "nullable": true }, + "monitorNewItems": { + "$ref": "#/components/schemas/NewItemMonitorTypes" + }, "qualityProfileId": { "type": "integer", "format": "int32", @@ -11180,6 +11199,9 @@ "monitored": { "type": "boolean" }, + "monitorNewItems": { + "$ref": "#/components/schemas/NewItemMonitorTypes" + }, "useSceneNumbering": { "type": "boolean" },