Skip to content

Commit

Permalink
Add alerts to Incident struct
Browse files Browse the repository at this point in the history
  • Loading branch information
StupidScience committed Feb 19, 2021
1 parent 1df5787 commit 6f47ef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions incident.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ type Incident struct {
Body IncidentBody `json:"body,omitempty"`
IsMergeable bool `json:"is_mergeable,omitempty"`
ConferenceBridge *ConferenceBridge `json:"conference_bridge,omitempty"`
Alerts []IncidentAlert `json:"alerts,omitempty"`
}

// ListIncidentsResponse is the response structure when calling the ListIncident API endpoint.
Expand Down

0 comments on commit 6f47ef7

Please sign in to comment.