{
"Action": "DescribeGitFileContent",
"DepotId": 809883,
"CommitSha": "1709525b48d070c131da71b0c6c5f6b8cb69501e",
"Path": "src/main/main.java"
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=DescribeGitFileContent' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DescribeGitFileContent",
"DepotId": 809883,
"CommitSha": "1709525b48d070c131da71b0c6c5f6b8cb69501e",
"Path": "src/main/main.java"
}'{
"Response": {
"GitFileContent": {
"Content": "string",
"IsText": true,
"IsLfs": true
}
}
}