From e0fa0638a422c3e20d4423c9bb69d79afc9c7d3d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 27 Feb 2020 18:09:21 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/notification_settings.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/api/notification_settings.md') diff --git a/doc/api/notification_settings.md b/doc/api/notification_settings.md index 38a5e350bee..596365743fa 100644 --- a/doc/api/notification_settings.md +++ b/doc/api/notification_settings.md @@ -30,6 +30,7 @@ If the `custom` level is used, specific email events can be controlled. Availabl - `reassign_merge_request` - `merge_merge_request` - `failed_pipeline` +- `fixed_pipeline` - `success_pipeline` - `new_epic` **(ULTIMATE)** @@ -83,6 +84,7 @@ curl --request PUT --header "PRIVATE-TOKEN: " https://gitlab. | `reassign_merge_request` | boolean | no | Enable/disable this notification | | `merge_merge_request` | boolean | no | Enable/disable this notification | | `failed_pipeline` | boolean | no | Enable/disable this notification | +| `fixed_pipeline` | boolean | no | Enable/disable this notification | | `success_pipeline` | boolean | no | Enable/disable this notification | | `new_epic` | boolean | no | Enable/disable this notification ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/6626) in 11.3) **(ULTIMATE)** | @@ -152,6 +154,7 @@ curl --request PUT --header "PRIVATE-TOKEN: " https://gitlab. | `reassign_merge_request` | boolean | no | Enable/disable this notification | | `merge_merge_request` | boolean | no | Enable/disable this notification | | `failed_pipeline` | boolean | no | Enable/disable this notification | +| `fixed_pipeline` | boolean | no | Enable/disable this notification | | `success_pipeline` | boolean | no | Enable/disable this notification | | `new_epic` | boolean | no | Enable/disable this notification ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/6626) in 11.3) **(ULTIMATE)** | @@ -178,6 +181,7 @@ Example responses: "reassign_merge_request": false, "merge_merge_request": false, "failed_pipeline": false, + "fixed_pipeline": false, "success_pipeline": false } } -- cgit v1.2.1