v1
latestOpenAPI 3.0.32026-07-22115106141.4 KBRepository Branch Manipulation
Create a branch
post/repos/{repo_id}/branches
Request body
Example request
{
"commit_id": "example_id",
"branch_name": "new-branch-name",
"branch_description": "A description of the branch"
}Response
Resource created
Example response
{
"id": "example_id"
}