Project API
Creates a new branch in the repository
post/workspaces/{workspace_domain}/projects/{project_name}/repository/branches
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
project_namestring required
Example:my-project
The human-readable ID of the project
Request body
Example request
{
"commit": {
"revision": "506a3963507943d6908154f4bc9646e829128a08"
}
}