{
"Action": "DescribeGitRef",
"DepotId": 809883,
"Revision": "tag_one"
}
curl --location -g --request POST 'https://.coding.net/open-api?Action= DescribeGitRef' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DescribeGitRef",
"DepotId": 809883,
"Revision": "tag_one"
}'{
"Response": {
"GitRef": {
"DisplayName": "string",
"Name": "string",
"ShortMessage": "string",
"FullMessage": "string",
"RefObjectId": "string",
"ObjectId": "string",
"AnnotatedTag": true
}
}
}