Skip to content

Commit

Permalink
add TaskTemplates in alert rules actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dheeruk12 committed Nov 6, 2023
1 parent c11f573 commit bf71044
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/alert_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ type AlertAction struct {
EscalationPolicy string `json:"escalation_policy"`
Schedule string `json:"schedule"`
TeamPriority string `json:"team_priority"`
SLA string `json:"sla"`
TaskTemplates string `json:"task_template"`

SLA string `json:"sla"`
}

type AlertRule struct {
Expand Down

0 comments on commit bf71044

Please sign in to comment.