Skip to content

Commit

Permalink
Merge pull request #234 from cluarkhpe/marshall-empty-scheduled-actions
Browse files Browse the repository at this point in the history
allow creating services with no scheduled actions
  • Loading branch information
Scott McAllister committed Dec 8, 2020
2 parents 0a239a4 + b6561cd commit 4e509b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type Service struct {
Teams []Team `json:"teams,omitempty"`
IncidentUrgencyRule *IncidentUrgencyRule `json:"incident_urgency_rule,omitempty"`
SupportHours *SupportHours `json:"support_hours,omitempty"`
ScheduledActions []ScheduledAction `json:"scheduled_actions,omitempty"`
ScheduledActions []ScheduledAction `json:"scheduled_actions"`
AlertCreation string `json:"alert_creation,omitempty"`
AlertGrouping string `json:"alert_grouping,omitempty"`
AlertGroupingTimeout *uint `json:"alert_grouping_timeout,omitempty"`
Expand Down

0 comments on commit 4e509b8

Please sign in to comment.