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

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>
pull/98817/head
grafana-delivery-bot[bot] 6 months ago committed by GitHub
parent 2d06a936c3
commit a13443ad11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      pkg/services/ngalert/api/tooling/definitions/provisioning_contactpoints.go

@ -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"`

Loading…
Cancel
Save