We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d63510d + b65e500 commit 121d2e9Copy full SHA for 121d2e9
integration/request.go
@@ -397,6 +397,7 @@ type IntegrationAction struct {
397
Responders []Responder `json:"responders,omitempty"`
398
Tags []string `json:"tags,omitempty"`
399
ExtraProperties map[string]string `json:"extraProperties,omitempty"`
400
+ Recipients []Responder `json:"recipients,omitempty"`
401
}
402
403
func (r *UpdateAllIntegrationActionsRequest) Validate() error {
0 commit comments