List Git Authors of a Repository
GET/code/api/v1/errors/gitBlameAuthors
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Get all git blame author names per full repo name (owner and name)
Request
Query Parameters
- Github, Bitbucket, Gitlab, AzureRepos, cli, AWS, Azure, GCP, githubEnterprise, gitlabEnterprise, bitbucketEnterprise, terraformCloud, tfcRunTasks, githubActions, circleci, codebuild, jenkins, kubernetesWorkloads, Kubernetes, admissionController
fullRepoName stringrequired
sourceType stringrequired
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...