v1
latestOpenAPI 3.0.22026-07-174950145.6 KBManage Branches
Update a Branch
Update the ID or the baseRef of a branch. Changing the base reference of a branch performs a "rebase"-operation. Under some circumstances such an operation can take a bit longer than usual, in that case a special response will be sent which contains a token to check the status of the operation. Depending on the content of the branch, there can be conflicts during a "rebase"-operation. In that case the response will be a conflict-response which contains a description of the occurred conflicts. These conflicts then have to be solved in order to continue with the "rebase"-operation.
patch/spaces/{spaceId}/branches/{branchId}
Path parameters
spaceIdstring required
The unique identifier of the space.
branchIdstring required
The unique identifier of the branch.
Request body
Response
A branch response.