List all the git authors of a repository
Get all git blame author names per full repo name (owner and name)
Query Parameters
- fullRepoName string required
- sourceType string required
- Github, Bitbucket, Gitlab, AzureRepos, cli, AWS, Azure, GCP, githubEnterprise, gitlabEnterprise, bitbucketEnterprise, terraformCloud, tfcRunTasks, githubActions, circleci, codebuild, jenkins, kubernetesWorkloads, Kubernetes, admissionController
Responses
- 200
- 400
- 422
- 500
array of author names
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- string
- ]
[
"string"
]
Could not get git blame authors, check GET query params
Request arguments validation error
Could not get git blames authors
Loading...