Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSeiji Suenaga <seijisuenaga@gmail.com>2019-06-19 02:05:41 +0300
committerSeiji Suenaga <SSuenaga@balanceinnovations.com>2019-06-19 03:45:35 +0300
commitd5d2f8fb6b3452cd1ebac1e006728e8dcb74b3d6 (patch)
treef03052d944d888311b675fb5fcd73cb7ffd2be98 /doc
parent5ee6771c60fd36081bf95f4f577a3406197a61b9 (diff)
59702 Fix API notification flags for MS Teams
Diffstat (limited to 'doc')
-rw-r--r--doc/api/services.md2
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 |