提交 d048a277 编写于 作者: M mabdullah-cinglevue 提交者: Mustafa

Patched `MergeRequest` to return more data.

Added milestone to merge_requests instead of milestone id.
上级 4a36d669
......@@ -136,7 +136,8 @@ module API
expose :author, :assignee, using: Entities::UserBasic
expose :source_project_id, :target_project_id
expose :label_names, as: :labels
expose :description, :milestone_id
expose :description
expose :milestone, using: Entities::Milestone
end
class SSHKey < Grape::Entity
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册