From 009786e89cf3f30ff04e8cd715afadb68a98c8e2 Mon Sep 17 00:00:00 2001 From: Nikita <90956399+nikk-gr@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:39:20 +0300 Subject: [PATCH] Add URL to PipelineEvent > ObjectAttributes --- event_webhook_types.go | 1 + 1 file changed, 1 insertion(+) 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"`