diff options
author | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-10-19 14:08:30 +0000 |
---|---|---|
committer | Z.J. van de Weg <git@zjvandeweg.nl> | 2016-11-02 13:14:12 +0100 |
commit | 57fd233a557158dbaa1a227f7c549fbe6a45e799 (patch) | |
tree | 6b6b6fb091ba260807246c85f51b9e91213b4fce /lib/api/entities.rb | |
parent | a4827ee2b9a5dd51356a4e11455c0075fe6cea69 (diff) | |
download | gitlab-ce-57fd233a557158dbaa1a227f7c549fbe6a45e799.tar.gz |
Update docs and unexpose token
Diffstat (limited to 'lib/api/entities.rb')
-rw-r--r-- | lib/api/entities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index c6c7747d022..47a5874ae75 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -44,7 +44,7 @@ module API class Hook < Grape::Entity expose :id, :url, :created_at, :push_events, :tag_push_events - expose :enable_ssl_verification, :token + expose :enable_ssl_verification end class ProjectHook < Hook |