From d61b851d23594b5125201084c8ba587d8bb4db38 Mon Sep 17 00:00:00 2001 From: Servarr Date: Mon, 8 May 2023 22:20:13 +0000 Subject: [PATCH] Automated API Docs update --- src/Lidarr.Api.V1/openapi.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 0ed1492e5..0cbe15369 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -11883,6 +11883,9 @@ "onHealthIssue": { "type": "boolean" }, + "onHealthRestored": { + "type": "boolean" + }, "onDownloadFailure": { "type": "boolean" }, @@ -11916,6 +11919,9 @@ "supportsOnHealthIssue": { "type": "boolean" }, + "supportsOnHealthRestored": { + "type": "boolean" + }, "includeHealthWarnings": { "type": "boolean" },