[v11.0.x] ContactPoints: Remove blank lines prefixes in contact point types (#98762)

ContactPoints: Remove blank lines prefixes in contact point types (#98590)

Remove blank lines prefixes in contact point types

(cherry picked from commit 7cad430ca7)

Co-authored-by: Selene <selenepinillos@gmail.com>
This commit is contained in:
grafana-delivery-bot[bot]
2025-01-10 11:36:37 +01:00
committed by GitHub
parent 78da36c656
commit 4a6c9aed08
@@ -106,7 +106,7 @@ type EmbeddedContactPoint struct {
Name string `json:"name" binding:"required"`
// required: true
// example: webhook
// enum: alertmanager, dingding, discord, email, googlechat, kafka, line, opsgenie, pagerduty, pushover, sensugo, slack, teams, telegram, threema, victorops, webhook, wecom
// enum: alertmanager,dingding,discord,email,googlechat,kafka,line,opsgenie,pagerduty,pushover,sensugo,slack,teams,telegram,threema,victorops,webhook,wecom
Type string `json:"type" binding:"required"`
// required: true
Settings *simplejson.Json `json:"settings" binding:"required"`