Create a new branch for a project

post/v0/projects/{project}/branches

Path parameters

projectstring required

Request body

branchstring required

Name of the new project branch.

branch_fromstring required

Branch or commit SHA to branch from.

forceboolean

Whether to throw an error if the branch already exists. Defaults to false.

Response

success

object'project_branch' required
branchstring required
orgstring required
projectstring required

Changes