summaryrefslogtreecommitdiff
path: root/lib/api/entities.rb
diff options
context:
space:
mode:
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 bc21e22..8c4b3c1 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -29,7 +29,7 @@ module API
end
class Job < Grape::Entity
- expose :id, :name, :commands
+ expose :id, :project_id, :commands, :active, :name, :build_branches, :build_tags, :tags
end
end
end