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