You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- target_project_id (optional) - The target project (numeric id)
873
+
- labels (optional) - Labels for MR as a comma-separated list
874
+
- milestone_id (optional) - Milestone ID
875
+
876
+
877
+
If the operation is successful, 200 and the newly created merge request is returned. If an error occurs, an error number and a message explaining the reason is returned.
Updates an existing merge request. You can change the target branch, title, or even close the MR.
882
+
883
+
Parameters:
884
+
885
+
- id (required) - The ID of a project
886
+
- merge_request_id (required) - ID of MR
887
+
- target_branch - The target branch
888
+
- assignee_id - Assignee user ID
889
+
- title - Title of MR
890
+
- description - Description of MR
891
+
- state_event - New state (close|reopen|merge)
892
+
- labels (optional) - Labels for MR as a comma-separated list
893
+
- milestone_id (optional) - Milestone ID
894
+
895
+
If the operation is successful, 200 and the updated merge request is returned. If an error occurs, an error number and a message explaining the reason is returned.
0 commit comments