Skip to content

Commit 651e090

Browse files
authored
chore: add webhook url data to trigger response (#685)
1 parent 4700cd5 commit 651e090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

harness/nextgen/model_ng_trigger_response.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ type NgTriggerResponse struct {
2222
Yaml string `json:"yaml,omitempty"`
2323
Version int64 `json:"version,omitempty"`
2424
Enabled bool `json:"enabled,omitempty"`
25+
WebhookUrl string `json:"webhookUrl,omitempty"`
2526
Errors map[string]map[string]string `json:"errors,omitempty"`
2627
ErrorResponse bool `json:"errorResponse,omitempty"`
2728
}

0 commit comments

Comments
 (0)