Skip to content

Commit

Permalink
Merge pull request #132 from opsgenie/intagration-action-recipient
Browse files Browse the repository at this point in the history
Added recipients for updating integration_action responders
  • Loading branch information
Dekunite committed May 26, 2023
2 parents d63510d + b65e500 commit 121d2e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ type IntegrationAction struct {
Responders []Responder `json:"responders,omitempty"`
Tags []string `json:"tags,omitempty"`
ExtraProperties map[string]string `json:"extraProperties,omitempty"`
Recipients []Responder `json:"recipients,omitempty"`
}

func (r *UpdateAllIntegrationActionsRequest) Validate() error {
Expand Down

0 comments on commit 121d2e9

Please sign in to comment.