Skip to content

Commit

Permalink
Update integration request with missing field
Browse files Browse the repository at this point in the history
  • Loading branch information
koushik-swaminathan committed Jul 11, 2024
1 parent 07b7fdb commit 93d9d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ type APIBasedIntegrationRequest struct {
Name string `json:"name"`
Type string `json:"type"`
AllowWriteAccess *bool `json:"allowWriteAccess"`
AllowConfigurationAccess *bool `json:"allowConfigurationAccess"`
IgnoreRespondersFromPayload *bool `json:"ignoreRespondersFromPayload"`
SuppressNotifications *bool `json:"suppressNotifications"`
OwnerTeam *og.OwnerTeam `json:"ownerTeam,omitempty"`
Expand Down Expand Up @@ -79,6 +80,7 @@ type WebhookIntegrationRequest struct {
Name string `json:"name"`
Type string `json:"type"`
AllowWriteAccess *bool `json:"allowWriteAccess"`
AllowConfigurationAccess *bool `json:"allowConfigurationAccess"`
SuppressNotifications *bool `json:"suppressNotifications"`
OwnerTeam *og.OwnerTeam `json:"ownerTeam,omitempty"`
Responders []Responder `json:"responders,omitempty"`
Expand Down

0 comments on commit 93d9d65

Please sign in to comment.