Create a new branch in a repository
Creates a new branch in a repository.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
gitType
The name of the Git provider that is used
Allowed values:
repoPath
The path in Git to the repository
Request
request body
originBranch
The name of the branch inside a Git repository
newBranch
The name of the branch inside a Git repository
Response
The result of creating a branch
message
Errors
500
Internal Server Error