API: review 2
This commit is contained in:
parent
56bf829c75
commit
4281de3640
2 changed files with 4 additions and 4 deletions
|
@ -65,8 +65,7 @@ module Gitlab
|
|||
end
|
||||
|
||||
class MergeRequest < Grape::Entity
|
||||
expose :id, :target_branch, :source_branch, :project_id,
|
||||
:title, :closed, :merged
|
||||
expose :id, :target_branch, :source_branch, :project_id, :title, :closed, :merged
|
||||
expose :author, :assignee, using: Entities::UserBasic
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue