diff --git a/sdk/event.go b/sdk/event.go index 8eb92ec2de..09cd1fe832 100644 --- a/sdk/event.go +++ b/sdk/event.go @@ -32,7 +32,7 @@ type Event struct { WorkflowRunNumSub int64 `json:"workflow_run_num_sub,omitempty"` Status string `json:"status,omitempty"` Tags []WorkflowRunTag `json:"tag,omitempty"` - EventIntegrationsID []int64 `json:"-"` + EventIntegrationsID []int64 `json:"event_integrations_id"` } // EventFilter represents filters when getting events