Record
put-v3-projects-id-services-emails-on-push-params
No description available.
record put-v3-projects-id-services-emails-on-push-params {
id: string,
recipients: string,
disable-diffs: option<bool>,
send-from-committer-email: option<bool>,
push-events: option<string>,
tag-push-events: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| recipients | string | |
| disable-diffs | option<bool> | |
| send-from-committer-email | option<bool> | |
| push-events | option<string> | |
| tag-push-events | option<string> |