diff options
author | Stan Hu <stanhu@gmail.com> | 2019-06-19 05:43:35 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-06-19 05:43:35 +0000 |
commit | 51267258d1c39835c995eaaf29b7df678334ded1 (patch) | |
tree | 0d04c9d1a9c2c7e79d3cb8f5a953064c2a3e7e39 /doc | |
parent | 0cd04bf35fd93a787afbf90da3284e8ecdfe424f (diff) | |
parent | 1ce2c4dcafce0aa7338647001b3c2b13b721640a (diff) | |
download | gitlab-ce-51267258d1c39835c995eaaf29b7df678334ded1.tar.gz |
Merge branch 'fix-microsoft-teams-notification-flags' into 'master'
Fix missing API notification flags for Microsoft Teams
See merge request gitlab-org/gitlab-ce!29824
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/services.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/services.md b/doc/api/services.md index f38f96f64ad..042fee4a21a 100644 --- a/doc/api/services.md +++ b/doc/api/services.md @@ -1023,6 +1023,8 @@ Parameters: | Parameter | Type | Required | Description | | --------- | ---- | -------- | ----------- | | `webhook` | string | true | The Microsoft Teams webhook. For example, `https://outlook.office.com/webhook/...` | +| `notify_only_broken_pipelines` | boolean | false | Send notifications for broken pipelines | +| `notify_only_default_branch` | boolean | false | Send notifications only for the default branch | | `push_events` | boolean | false | Enable notifications for push events | | `issues_events` | boolean | false | Enable notifications for issue events | | `confidential_issues_events` | boolean | false | Enable notifications for confidential issue events | |