Interface
RESTPostAPIChannelAttachmentUploadSinglepart
Singlepart upload response item (small files).
Properties
content_type
: stringMIME type.
file_size
: numberFile size in bytes.
filename
: stringOriginal filename.
id
: numberIndex-based ID.
upload_filename
: stringCDN filename to reference when sending.
upload_mode
: 'singlepart'Upload mode.
upload_url
: stringPresigned URL to PUT the file.