{
"Action": "DescribeGitCommit",
"DepotId": 1001,
"Sha": "bf778a27fa30a889a30af6362ba1f16a48dd58dd"
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=DescribeGitCommit' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DescribeGitCommit",
"DepotId": 1001,
"Sha": "bf778a27fa30a889a30af6362ba1f16a48dd58dd"
}'{
"Response": {
"GitCommit": {
"ShortMessage": "string",
"Sha": "string",
"CommitDate": 0,
"Commiter": {
"Email": "string",
"Name": "string"
}
}
}
}