{
"Action": "DescribeGitFile",
"DepotId": 1,
"Ref": "master",
"Path": "aaa"
}
curl --location -g --request POST 'https://.coding.net/open-api?Action= DescribeGitFile' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DescribeGitFile",
"DepotId": 1,
"Ref": "master",
"Path": "aaa"
}'{
"Response": {
"GitFile": {
"FileName": "string",
"FilePath": "string",
"Size": 0,
"Encoding": "string",
"Content": "string",
"ContentSha256": "string",
"Sha": "string"
}
}
}