summaryrefslogtreecommitdiff
path: root/lib/api/entities/ci/pipeline_basic.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/entities/ci/pipeline_basic.rb')
-rw-r--r--lib/api/entities/ci/pipeline_basic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities/ci/pipeline_basic.rb b/lib/api/entities/ci/pipeline_basic.rb
index 4d56176bdb3..a2a5a98920a 100644
--- a/lib/api/entities/ci/pipeline_basic.rb
+++ b/lib/api/entities/ci/pipeline_basic.rb
@@ -4,7 +4,7 @@ module API
module Entities
module Ci
class PipelineBasic < Grape::Entity
- expose :id, :project_id, :sha, :ref, :status, :source
+ expose :id, :iid, :project_id, :sha, :ref, :status, :source
expose :created_at, :updated_at
expose :web_url do |pipeline, _options|