Modifies a variable from a documents variable dictionary.
PUT <webiURL>/documents/{documentId}/variables/{variableId}
Where:
Request body:
<variable qualification="..."> <name> <definition> </variable>
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
PUT <webiURL>/documents/8022/variables/L9
Request body:
<variable qualification="Measure"> <name>Updated variable</name> <definition>=[RevenueThreshold]*[Threshold factor]/10</definition> </variable>
Response:
<success> <message>The resource of type 'Variable' with identifier 'L9' has been successfully updated.</message> <id>L9</id> </success>