From 2a0a7b426e63dac685654cafb0904e7668ad1fde Mon Sep 17 00:00:00 2001 From: Alexis Reigel Date: Thu, 23 Nov 2017 16:45:00 +0100 Subject: api support for merge_requests_events system hook --- doc/api/system_hooks.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/api/system_hooks.md') 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 } ] -- cgit v1.2.1