diff --git a/event_webhook_types.go b/event_webhook_types.go index b90f4fa3e..4c2dd8e04 100644 --- a/event_webhook_types.go +++ b/event_webhook_types.go @@ -801,6 +801,7 @@ type PipelineEvent struct { FinishedAt string `json:"finished_at"` Duration int `json:"duration"` QueuedDuration int `json:"queued_duration"` + URL string `json:"url"` Variables []struct { Key string `json:"key"` Value string `json:"value"`