Skip to content

Commit 121d2e9

Browse files
authored
Merge pull request #132 from opsgenie/intagration-action-recipient
Added recipients for updating integration_action responders
2 parents d63510d + b65e500 commit 121d2e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: integration/request.go

+1
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ type IntegrationAction struct {
397397
Responders []Responder `json:"responders,omitempty"`
398398
Tags []string `json:"tags,omitempty"`
399399
ExtraProperties map[string]string `json:"extraProperties,omitempty"`
400+
Recipients []Responder `json:"recipients,omitempty"`
400401
}
401402

402403
func (r *UpdateAllIntegrationActionsRequest) Validate() error {

0 commit comments

Comments
 (0)