{
"Action": "DescribeMergeRequestLog",
"DepotId": 46,
"MergeId": 5
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=DescribeMergeRequestLog' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DescribeMergeRequestLog",
"DepotId": 46,
"MergeId": 5
}'{
"Response": {
"Logs": {
"Id": 0,
"Action": "string",
"Name": "string"
}
}
}