Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.33 KB

File metadata and controls

26 lines (18 loc) · 1.33 KB

UpdateDocumentRequest

Properties

Name Type Description Notes
path String Path or Name of document [optional]
width String Document Content Width property [optional]
height String Document Content Height property [optional]
deepLinkPath String Path or Name of deep link [optional]
contentType String Document media type [optional]
isBase64 Boolean Is the content Base64-encoded? [optional]
content String Document content [optional]
checksum String Document checksum, changes when document file changes [optional]
checksumType ChecksumType [optional]
tags List<AddDocumentTag> List of document tags [optional]
metadata List<AddDocumentMetadata> List of document Metadata [optional]
attributes List<AddDocumentAttribute> List of document attributes [optional]
actions List<AddAction> List of Actions [optional]
documents List<AddChildDocument> List of child documents [optional]