Commit d048a277 authored by mabdullah-cinglevue's avatar mabdullah-cinglevue Committed by Mustafa

Patched `MergeRequest` to return more data.

Added milestone to merge_requests instead of milestone id.
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment