diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-03-05 21:18:00 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-03-05 21:18:00 +0100 |
commit | b565ee4912d742ef01d10e9a6fae64fe79d6b7bf (patch) | |
tree | 449e6c11729390533de3d6e24dbff85caf26ee80 /lib/api/entities.rb | |
parent | 140b51ce980bc519f3478bf4321dfd4a35d6bd3c (diff) | |
download | gitlab-ce-b565ee4912d742ef01d10e9a6fae64fe79d6b7bf.tar.gz |
Update documentation and expose ID
Diffstat (limited to 'lib/api/entities.rb')
-rw-r--r-- | lib/api/entities.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index c0c94044ced..98ef9d4118e 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -639,6 +639,7 @@ module API end class Trigger < Grape::Entity + expose :id expose :token, :description expose :created_at, :updated_at, :deleted_at, :last_used expose :owner, using: Entities::UserBasic |