Add failed_pipeline and success_pipeline to API doc

This commit is contained in:
Lin Jen-Shin 2016-11-02 16:19:25 +08:00
parent 80032a84dc
commit 6aa6158422
1 changed files with 3 additions and 1 deletions

View File

@ -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