Updates the sortings of an axis in a report element of type table (HTable, VTable, XTable, and Form).
PUT <webiURL>/documents/{documentId}/reports/{reportId}/elements/{elementId}/axes/{axisId}/sorts
Where:
Request body: the sortings to update.
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
PUT <webiURL>/documents/17196/reports/3/elements/12/axes/1/sorts
Request body:
<sorts> <sort order="Ascending" dataType="String">=[Resort]</sort> <sort order="Ascending" dataType="String">=[Country]</sort> </sorts>
Response:
<success> <message>The resource of type 'Axis' with identifier '1' has been successfully updated.</message> <id>1</id> </success>