Updates the expressions 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}/expressions
Where:
A table of type HTable or Form has only one axis with identifier 0 that represents a row. A table of type VTable has one axis with identifier 1 that represents a column. A table of type XTable has 3 axes with identifiers 0 for the row, 1 for the column, and 2 for the body.
Request body: the expressions 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/16995/reports/1/elements/8/axes/0/expressions
Request body:
<expressions> <formula dataType="String">=[Resort]</formula> <formula dataType="Numeric">=[Revenue]</formula> </expressions
Response:
<success> <message>The resource of type 'Axis' with identifier '0' has been successfully updated.</message> <id>0</id> </success>