Wasm Directoryalpha
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

NameTypeDescription
idstring
webhookstring
new-issue-urloption​<string>
channeloption​<string>
push-eventsoption​<string>
issue-eventsoption​<string>
confidential-issue-eventsoption​<string>
merge-request-eventsoption​<string>
note-eventsoption​<string>
tag-push-eventsoption​<string>
build-eventsoption​<string>
pipeline-eventsoption​<string>
wiki-page-eventsoption​<string>