diff options
author | Alexis Reigel <alexis.reigel.ext@siemens.com> | 2017-11-23 16:45:00 +0100 |
---|---|---|
committer | Alexis Reigel <alexis.reigel.ext@siemens.com> | 2018-01-04 09:33:41 +0100 |
commit | 2a0a7b426e63dac685654cafb0904e7668ad1fde (patch) | |
tree | 93440648b4ab2ed5be6f75e847ae26b1d2bc7365 /doc/api | |
parent | 9a5bfcfdc53bf9b6217121b8639b43cc603f91c1 (diff) | |
download | gitlab-ce-2a0a7b426e63dac685654cafb0904e7668ad1fde.tar.gz |
api support for merge_requests_events system hook
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/system_hooks.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/system_hooks.md b/doc/api/system_hooks.md index 9750475f0a6..482f5083bb2 100644 --- a/doc/api/system_hooks.md +++ b/doc/api/system_hooks.md @@ -33,6 +33,7 @@ Example response: "created_at":"2016-10-31T12:32:15.192Z", "push_events":true, "tag_push_events":false, + "merge_requests_events": true, "enable_ssl_verification":true } ] |