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