diff options
author | Marc Siegfriedt <marc@techaccelerator.com> | 2016-08-02 20:52:55 +0000 |
---|---|---|
committer | Marc Siegfriedt <marc@techaccelerator.com> | 2016-09-09 17:08:06 +0000 |
commit | 48333b9da36d2d22feca28c89cfefed34bede9e0 (patch) | |
tree | b868528dfac80c0e9b1168d4e194ae9a33dc0e56 /doc/api/README.md | |
parent | 06438c74713b388785ecba4bf2a5c24ab6bc780b (diff) | |
download | gitlab-ce-48333b9da36d2d22feca28c89cfefed34bede9e0.tar.gz |
Add notification_settings API calls
Use NotificationSetting::EMAIL_EVENTS for params
Diffstat (limited to 'doc/api/README.md')
-rw-r--r-- | doc/api/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index e12070dc1ce..7661e1eea02 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -27,6 +27,7 @@ following locations: - [Open source license templates](licenses.md) - [Namespaces](namespaces.md) - [Notes](notes.md) (comments) +- [Notification settings](notification_settings.md) - [Pipelines](pipelines.md) - [Projects](projects.md) including setting Webhooks - [Project Access Requests](access_requests.md) |