Capitalize Webhook contact point type (#45942)

This commit is contained in:
Armand Grillet
2022-02-26 10:45:05 +01:00
committed by GitHub
parent 970dee4199
commit 1b2c4dca61

View File

@ -603,7 +603,7 @@ func GetAvailableNotifiers() []*alerting.NotifierPlugin {
}, },
{ {
Type: "webhook", Type: "webhook",
Name: "webhook", Name: "Webhook",
Description: "Sends HTTP POST request to a URL", Description: "Sends HTTP POST request to a URL",
Heading: "Webhook settings", Heading: "Webhook settings",
Options: []alerting.NotifierOption{ Options: []alerting.NotifierOption{