Rebase a project branch
Rebase a project branch.
The branch is rebased onto the base branch or commit SHA, inheriting any config and custom code changes.
put/v0/projects/{project}/branches/{branch}/rebase
Path parameters
projectstring required
branchstring required
Query parameters
basestring
The branch or commit SHA to rebase onto. Defaults to "main".
Response
success