Rebase a branch onto a different parent branch (as a new branch)
Replays this branch’s changes onto a different base and returns the result as a NEW branch; the branch named in the path is not modified. The copy keeps this branch’s value for every field it changed and resolves every field it did not from the new base. Its sub-branches, baselines, comments, and reviews are not copied. Refuses with 400 for the Base branch, a malformed id, a missing newParentId, or a target equal to the branch itself; 404 when either branch is not live in this project.
Authorizations
Headers
Workspace identifier
Path Parameters
Project UUID, not a slug. Resolve a slug with GET /project/slug/{slug} using the same workspace and credentials, then pass the returned id.