summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-11-02 16:19:25 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-11-02 16:19:25 +0800
commit6aa615842262f2500270d13aa735634637fd0d67 (patch)
treeb78c5eef04252da8bf71a2c9e718b1a6cadec0ba
parent80032a84dcaa06774a553863c48f011c3ec53367 (diff)
downloadgitlab-ce-6aa615842262f2500270d13aa735634637fd0d67.tar.gz
Add failed_pipeline and success_pipeline to API doc
-rw-r--r--doc/api/notification_settings.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/notification_settings.md b/doc/api/notification_settings.md
index ff6c9e4931c..b3ceaf296a2 100644
--- a/doc/api/notification_settings.md
+++ b/doc/api/notification_settings.md
@@ -4,7 +4,7 @@
**Valid notification levels**
-The notification levels are defined in the `NotificationSetting::level` model enumeration. Currently, these levels are recognized:
+The notification levels are defined in the `NotificationSetting.level` model enumeration. Currently, these levels are recognized:
```
disabled
@@ -28,6 +28,8 @@ reopen_merge_request
close_merge_request
reassign_merge_request
merge_merge_request
+failed_pipeline
+success_pipeline
```
## Global notification settings