Skip to content

Commit

Permalink
added webhook_url in Integration struct in integrations.go
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakzenduty authored Jul 22, 2022
1 parent 8217b26 commit 51f78d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/integrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type Integration struct {
Application string `json:"application"`
Application_Reference ApplicationReference `json:"application_reference"`
Integration_key string `json:"integration_key"`
Webhook_url string `json:"webhook_url"`
Created_By string `json:"created_by"`
Is_Enabled bool `json:"is_enabled"`
Create_Incident_For int `json:"create_incident_for"`
Expand Down

0 comments on commit 51f78d0

Please sign in to comment.