Updates a single document on the Audit > Documents page.
PUT /assetmgmt/documents/{agentId}/file/{path}
Headers
Model Schema
| Field | Datatype | Filterable | Sortable | 
| 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
Sample Request Model
[
  {
"Name": "string",
"Size": 0,
"LastUploadTime": "2016-03-14T22:19:31.866Z",
"ParentPath": "string",
"isFile": true,
    "Attributes": {}
}
]