{
"Action": "DescribeMergeRequestFileDiff",
"DepotId": 46,
"MergeId": 5
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=DescribeMergeRequestFileDiff' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DescribeMergeRequestFileDiff",
"DepotId": 46,
"MergeId": 5
}'{
"Response": {
"MergeRequestFileDiff": {
"FileDiffs": {
"ChangeType": "string",
"Deletions": 0,
"Insertions": 0,
"ObjectId": "string",
"Path": "string"
},
"Deletions": 0,
"Insertions": 0,
"OldSha": "string",
"NewSha": "string"
}
}
}