Make notifiers of Alert optional (#24540)

This commit is contained in:
Franck Nijhof 2022-10-13 09:04:45 +02:00 committed by GitHub
parent 6f4b2bf092
commit ba2b2641a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ done_message:
type: template type: template
notifiers: notifiers:
description: "List of `notification` integrations to use for alerts." description: "List of `notification` integrations to use for alerts."
required: true required: false
type: list type: list
data: data:
description: "Dictionary of extra parameters to send to the notifier." description: "Dictionary of extra parameters to send to the notifier."