From 6aa615842262f2500270d13aa735634637fd0d67 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Wed, 2 Nov 2016 16:19:25 +0800 Subject: [PATCH] Add failed_pipeline and success_pipeline to API doc --- doc/api/notification_settings.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- GitLab