diff options
| -rw-r--r-- | doc/api/notification_settings.md | 4 |
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 |
