Skip to content

Commit

Permalink
Merge pull request #208 from miekg/team
Browse files Browse the repository at this point in the history
Add Teams to Schedule
  • Loading branch information
Scott McAllister authored May 14, 2020
2 parents 03fbf44 + 63eadd8 commit 0aa3df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schedule.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ type Schedule struct {
Description string `json:"description,omitempty"`
EscalationPolicies []APIObject `json:"escalation_policies,omitempty"`
Users []APIObject `json:"users,omitempty"`
Teams []APIReference `json:"teams,omitempty"`
ScheduleLayers []ScheduleLayer `json:"schedule_layers,omitempty"`
OverrideSubschedule ScheduleLayer `json:"override_subschedule,omitempty"`
FinalSchedule ScheduleLayer `json:"final_schedule,omitempty"`
Expand Down

0 comments on commit 0aa3df3

Please sign in to comment.