Inspect Conflicts
- URL:https://<versionmanagementservice-url>/removeConflicts(POST only)
- Version Introduced:10.6
Description
The InspectConflicts operation allows the client to annotate conflicts from the conflict set that was obtained during the last Reconcile operation. Users can mark the conflicts as being inspected; additionally, a description or note can be associated with the conflict.
Request Parameters
Parameter | Details |
|---|---|
| f | Description: Optional parameter to specify the output format of the response. The default response format is html. Values: html | json |
| sessionId | Description: The client generated session id (guid) ; a required parameter. Syntax : sessionId = {3F2504E0-4F89-41D3-9A0C-0305E82C3301} |
| conflicts | Description: The conflicts that are being inspected (removed) from the conflict set; this is a required parameter. |
JSON Response Syntax
{
"success" : <true | false>,
"error" : { // only if success is false
"extendedCode" : <HRESULT>,
"message" : <error message>,
"details" : [ <detail> ]
}
}