diff options
author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-08-17 15:23:58 +0200 |
---|---|---|
committer | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-08-18 16:56:39 +0200 |
commit | df5661b6f49d8a18db7fae6bda71f9dc733f5279 (patch) | |
tree | e1b95baace0ac1d7ffc4056d76e64addb1e47adf /lib/api/entities.rb | |
parent | de7b8e51b8b7b5bfaa72ee62a4eb08497cf69b4b (diff) | |
download | gitlab-ce-df5661b6f49d8a18db7fae6bda71f9dc733f5279.tar.gz |
Add docs on API for pipelines, plus minor fixeszj-pipelines-api-endpoints
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 09c9aca1e22..b575af53850 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -503,7 +503,7 @@ module API end class Pipeline < Grape::Entity - expose :status, :ref, :sha, :before_sha, :tag, :yaml_errors + expose :id, :status, :ref, :sha, :before_sha, :tag, :yaml_errors expose :user, with: Entities::UserBasic expose :created_at, :updated_at, :started_at, :finished_at, :committed_at |