diff --git a/pagerduty/incident_workflow.go b/pagerduty/incident_workflow.go index 5fd58cb..f60976e 100644 --- a/pagerduty/incident_workflow.go +++ b/pagerduty/incident_workflow.go @@ -18,6 +18,7 @@ type IncidentWorkflow struct { Self string `json:"self,omitempty"` Steps []*IncidentWorkflowStep `json:"steps,omitempty"` Team *TeamReference `json:"team,omitempty"` + IsEnabled *bool `json:"is_enabled,omitempty"` } // IncidentWorkflowStep represents a step in an incident workflow.