Repository Branch Manipulation
Update a branch
PATCH
/
repos
/
{repo_id}
/
branches
/
{branch_id}
Authorizations
Authorization
string
headerrequiredThis API uses OAuth 2 with the implicit grant flow
Path Parameters
repo_id
string
requiredThe repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
branch_id
string
requiredBranch ID. Branch name can be used instead of the ID, but storing and using branch ID in API requests is preferred.
Body
application/json
commit_id
string
branch_name
string
branch_description
string