Skip to main content
GET
/
projects
/
{projectId}
/
git
/
commits
/
{repositoryCommitId}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "sha": "<string>",
  "author": {
    "date": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "email": "<string>"
  },
  "committer": {
    "date": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "email": "<string>"
  },
  "message": "<string>",
  "tree": "<string>",
  "parents": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

projectId
string
required
repositoryCommitId
string
required

Response

default - application/json
id
string
required

The identifier of Commit

sha
string
required

The identifier of the commit

author
Author · object
required

The information about the author

committer
Committer · object
required

The information about the committer

message
string
required

The commit message

tree
string
required

The identifier of the tree

parents
string[]
required

The identifiers of the parents of the commit