From ba2b2641a78b42cf8b96f34936b3cebe866510cc Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 13 Oct 2022 09:04:45 +0200 Subject: [PATCH] Make notifiers of Alert optional (#24540) --- source/_integrations/alert.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/alert.markdown b/source/_integrations/alert.markdown index 8dd035eb58d..05621c46c23 100644 --- a/source/_integrations/alert.markdown +++ b/source/_integrations/alert.markdown @@ -103,7 +103,7 @@ done_message: type: template notifiers: description: "List of `notification` integrations to use for alerts." - required: true + required: false type: list data: description: "Dictionary of extra parameters to send to the notifier."