Updates the properties of a Web Intelligence document referenced by its identifier.
PUT <webiURL>/documents/{documentId}/properties
Request body:
<properties> <property key="...">
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
PUT <webiURL>/documents/9939/properties
With the following body in an XML file:
<properties> <property key="refreshonopen">true</property> </properties>
Response:
<success> <message>The resource of type 'properties' has been successfully updated.</message> <id>9939</id> </success>