Next Topic

Previous Topic

Book Contents

Update Document

Updates a single document on the Audit > Documents page.

PUT /assetmgmt/documents/{agentId}/file/{path}

Headers

Model Schema

Field

Datatype

Filterable

Sortable

Name

string

Size

long

LastUploadTime

datetime

ParentPath

string

 

IsFile

boolean

Sample Request Model

[
  {
    "Name": "string",
    "Size": 0,
    "LastUploadTime": "2016-03-14T22:19:31.866Z",
    "ParentPath": "string",
    "isFile": true,
    "Attributes": {}
  }
]