Summary
List the available branches for a repository
Description
List the available branches for a repository
Route
GET /git/:gitType/repos/:repoPath/branches
Roles
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
gitType | string | yes | The name of the Git provider that is used |
repoPath | string | yes | The path in Git to the repository |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | array | The result of retrieving a list of branches from Git |