Skip to content
Snippets Groups Projects
Commit 45280499 authored by Andrew Austin's avatar Andrew Austin
Browse files

Fix project_id field in MergeRequest API

parent 21e3d848
No related branches found
No related tags found
2 merge requests!5081fixed command to update init script,!4916Fix project_id field in MergeRequest API
Loading
Loading
@@ -107,7 +107,8 @@ module API
end
 
class MergeRequest < Grape::Entity
expose :id, :target_branch, :source_branch, :project_id, :title, :state
expose :id, :target_branch, :source_branch, :title, :state
expose :target_project_id, as: :project_id
expose :author, :assignee, using: Entities::UserBasic
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment