| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
?string | ➖ | The filename of the file to upload | weather-forecast |
fileFormat |
?Components\UnifiedUploadRequestDtoFileFormat | ➖ | The file format of the file | |
content |
?string | ➖ | The base64 encoded content of the file to upload | VGhpcyBpc24ndCByZWFsbHkgYSBzYW1wbGUgZmlsZSwgYnV0IG5vIG9uZSB3aWxsIGV2ZXIga25vdyE |
categoryId |
?string | ➖ | The categoryId of the documents | 6530 |
path |
?string | ➖ | The path for the file to be uploaded to | /path/to/file |
category |
?Components\UnifiedUploadRequestDtoCategory | ➖ | The category object for associating uploaded files. If both an ID and a name are provided, the ID takes precedence. | |
confidential |
?Components\UnifiedUploadRequestDtoConfidential | ➖ | The confidentiality level of the file to be uploaded |