diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-12-10 18:04:40 +0100 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-12-11 18:02:09 +0100 |
| commit | 3d9ce37a48615032c786913acdde1eedba351361 (patch) | |
| tree | 97999e407b8823327b4558060b370af829fdbd1f /lib/api/entities.rb | |
| parent | 64bfd9d71a4017e0b5336a2c1565926f4b8beedd (diff) | |
| download | gitlab-ce-3d9ce37a48615032c786913acdde1eedba351361.tar.gz | |
Reimplement Trigger API
Diffstat (limited to 'lib/api/entities.rb')
| -rw-r--r-- | lib/api/entities.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 381babe291b..b1cd80bdf65 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -361,5 +361,9 @@ module API end end end + + class TriggerRequest < Grape::Entity + expose :id, :variables + end end end |
