diff --git a/pagerduty/event_orchestration_path.go b/pagerduty/event_orchestration_path.go index f2fcbd3..afc5a12 100644 --- a/pagerduty/event_orchestration_path.go +++ b/pagerduty/event_orchestration_path.go @@ -37,7 +37,7 @@ type EventOrchestrationPathRule struct { Label string `json:"label,omitempty"` Conditions []*EventOrchestrationPathRuleCondition `json:"conditions"` Actions *EventOrchestrationPathRuleActions `json:"actions,omitempty"` - Disabled bool `json:"disabled,omitempty"` + Disabled bool `json:"disabled"` } type EventOrchestrationPathRuleCondition struct {