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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 12:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 12:09:01 +0300
commitc72e5ebe9938d315ec598197873e71a80168d40a (patch)
tree439bf5c40aaf774e5a301825af517cb52726f450 /doc/api/notification_settings.md
parentffc43b862df32a590eae874bcbb11109b46dc8be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/notification_settings.md')
-rw-r--r--doc/api/notification_settings.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/notification_settings.md b/doc/api/notification_settings.md
index 71223669d5c..38a5e350bee 100644
--- a/doc/api/notification_settings.md
+++ b/doc/api/notification_settings.md
@@ -6,7 +6,7 @@
The notification levels are defined in the `NotificationSetting.level` model enumeration. Currently, these levels are recognized:
-```
+```plaintext
disabled
participating
watch
@@ -37,7 +37,7 @@ If the `custom` level is used, specific email events can be controlled. Availabl
Get current notification settings and email address.
-```
+```plaintext
GET /notification_settings
```
@@ -58,7 +58,7 @@ Example response:
Update current notification settings and email address.
-```
+```plaintext
PUT /notification_settings
```
@@ -99,7 +99,7 @@ Example response:
Get current group or project notification settings.
-```
+```plaintext
GET /groups/:id/notification_settings
GET /projects/:id/notification_settings
```
@@ -125,7 +125,7 @@ Example response:
Update current group/project notification settings.
-```
+```plaintext
PUT /groups/:id/notification_settings
PUT /projects/:id/notification_settings
```