We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4700cd5 commit 651e090Copy full SHA for 651e090
harness/nextgen/model_ng_trigger_response.go
@@ -22,6 +22,7 @@ type NgTriggerResponse struct {
22
Yaml string `json:"yaml,omitempty"`
23
Version int64 `json:"version,omitempty"`
24
Enabled bool `json:"enabled,omitempty"`
25
+ WebhookUrl string `json:"webhookUrl,omitempty"`
26
Errors map[string]map[string]string `json:"errors,omitempty"`
27
ErrorResponse bool `json:"errorResponse,omitempty"`
28
}
0 commit comments