-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Open
@hramrach
Description
Feature Description
The docs show:
get List a repository's branches
post Create a branch
get Retrieve a specific branch from a repository, including its effective branch protection
del Delete a specific branch from a repository
patch Update a branch
but update documentation shows:
Update a branch
Authorizations:
BasicAuthTokenAccessTokenAuthorizationHeaderTokenSudoParamSudoHeaderTOTPHeader
path Parameters
owner required | string owner of the repo
repo required | string name of the repo
branch required | string name of the branch
Request Body schema: application/json
name required | string unique New branch nameIs this meant to be "Rename a branch"?
There does not seem to be any way to update the branch. The more general feature #11835 seems stalled.
Screenshots
No response