Updates the properties of a Web Intelligence document referenced by its identifier.
PUT /documents/<documentID>/properties
Request body:
<properties>
<property key="string">
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
PUT /documents/9939/properties
Request body:
<properties> <property key="refreshonopen">true</property> </properties>
Response:
<success> <message>The resource of type "properties" has been successfully updated.</message> <id>9939</id> </success>