diff --git a/pkg/services/provisioning/alerting/contact_point_types.go b/pkg/services/provisioning/alerting/contact_point_types.go index 82803bb3165..1f80570c713 100644 --- a/pkg/services/provisioning/alerting/contact_point_types.go +++ b/pkg/services/provisioning/alerting/contact_point_types.go @@ -68,7 +68,7 @@ type ReceiverV1 struct { UID values.StringValue `json:"uid" yaml:"uid"` Type values.StringValue `json:"type" yaml:"type"` Settings values.JSONValue `json:"settings" yaml:"settings"` - DisableResolveMessage values.BoolValue `json:"disableResolveMessage"` + DisableResolveMessage values.BoolValue `json:"disableResolveMessage" yaml:"disableResolveMessage"` } func (config *ReceiverV1) mapToModel(name string) (definitions.EmbeddedContactPoint, error) {