Add failed_pipeline and success_pipeline to API doc
This commit is contained in:
parent
80032a84dc
commit
6aa6158422
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue