Skip to content

Commit b65e500

Browse files
committed
Added recipients for updating integration_action responders
1 parent d63510d commit b65e500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)