Skip to content

Commit 12b6de6

Browse files
Merge pull request #160 from imjaroiswebdev/iw-is-enabled
Add `is_enabled` field to Incident Workflow API
2 parents ce1f94d + 37d28e7 commit 12b6de6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pagerduty/incident_workflow.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ type IncidentWorkflow struct {
1818
Self string `json:"self,omitempty"`
1919
Steps []*IncidentWorkflowStep `json:"steps,omitempty"`
2020
Team *TeamReference `json:"team,omitempty"`
21+
IsEnabled *bool `json:"is_enabled,omitempty"`
2122
}
2223

2324
// IncidentWorkflowStep represents a step in an incident workflow.

0 commit comments

Comments
 (0)