Fix API:MergeRequests

parent 5b1130bf
......@@ -150,7 +150,7 @@ module API
desc: 'Status of the merge request'
use :optional_params
at_least_one_of :title, :target_branch, :description, :assignee_id,
:milestone_id, :labels, :state_event, :approvals_before_merge
:milestone_id, :labels, :state_event, :approvals_before_merge,
:remove_source_branch
end
put path do
......
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