summaryrefslogtreecommitdiff
path: root/lib/api/entities.rb
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2017-05-05 18:00:32 +0200
committerGabriel Mazetto <brodock@gmail.com>2017-05-12 23:26:48 +0100
commitcfb4404ef6464ed4780bc7619268287716ae5e73 (patch)
tree09d3bc9b06687830963ef2d8aeef72886ad03d59 /lib/api/entities.rb
parent2e97db051ca52d464382df0c84562fbc5e67b956 (diff)
downloadgitlab-ce-cfb4404ef6464ed4780bc7619268287716ae5e73.tar.gz
Update SystemHooks API to expose and handle new repository_update_events
Diffstat (limited to 'lib/api/entities.rb')
-rw-r--r--lib/api/entities.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index 00d494f02f5..3fc2b453eb6 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -53,7 +53,7 @@ module API
end
class Hook < Grape::Entity
- expose :id, :url, :created_at, :push_events, :tag_push_events
+ expose :id, :url, :created_at, :push_events, :tag_push_events, :repository_update_events
expose :enable_ssl_verification
end