Record
put-v3-projects-id-services-slack-params
No description available.
record put-v3-projects-id-services-slack-params {
id: string,
webhook: string,
new-issue-url: option<string>,
channel: option<string>,
push-events: option<string>,
issue-events: option<string>,
confidential-issue-events: option<string>,
merge-request-events: option<string>,
note-events: option<string>,
tag-push-events: option<string>,
build-events: option<string>,
pipeline-events: option<string>,
wiki-page-events: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| webhook | string | |
| new-issue-url | option<string> | |
| channel | option<string> | |
| push-events | option<string> | |
| issue-events | option<string> | |
| confidential-issue-events | option<string> | |
| merge-request-events | option<string> | |
| note-events | option<string> | |
| tag-push-events | option<string> | |
| build-events | option<string> | |
| pipeline-events | option<string> | |
| wiki-page-events | option<string> |