Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-04 11:22:41 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-07-04 11:22:41 +0300
commit8ac2c3ef434db3b6437811b7a198a086cd155a38 (patch)
tree80c13a01d86dea939d8cc41475320932bbd8d600 /doc/api/notification_settings.md
parent9a4b5f08dbf5e0900145b5127f50e7ab3578d05c (diff)
Clean up EE api docs that were merged to CE
Many small fixes to api docs which were merged from EE to CE, and tables cleaned up, as noted in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64072
Diffstat (limited to 'doc/api/notification_settings.md')
-rw-r--r--doc/api/notification_settings.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/api/notification_settings.md b/doc/api/notification_settings.md
index 0342622f384..ccc1cccf7a4 100644
--- a/doc/api/notification_settings.md
+++ b/doc/api/notification_settings.md
@@ -1,8 +1,8 @@
# Notification settings API
->**Note:** This feature was [introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5632) in GitLab 8.12.
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5632) in GitLab 8.12.
-**Valid notification levels**
+## Valid notification levels
The notification levels are defined in the `NotificationSetting.level` model enumeration. Currently, these levels are recognized:
@@ -33,7 +33,6 @@ If the `custom` level is used, specific email events can be controlled. Availabl
- `success_pipeline`
- `new_epic` **[ULTIMATE]**
-
## Global notification settings
Get current notification settings and email address.