From d5d2f8fb6b3452cd1ebac1e006728e8dcb74b3d6 Mon Sep 17 00:00:00 2001 From: Seiji Suenaga Date: Tue, 18 Jun 2019 23:05:41 +0000 Subject: 59702 Fix API notification flags for MS Teams --- doc/api/services.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/api/services.md') 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 | -- cgit v1.2.1