Rebase a merge request
PUT
/api/v4/projects/{id}/merge_requests/{merge_request_iid}/rebase
Rebases a merge request. Automatically rebases the source_branch of the merge request against its target_branch.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Request Body
Section titled “Request Body”Media typeapplication/json
object
skip_ci
Set to true to skip creating a CI pipeline.
boolean
Examplegenerated
{ "skip_ci": true}Responses
Section titled “Responses”Accepted
Bad Request
Forbidden
Not found
Conflict