v1
latestOpenAPI 3.0.02026-07-132849114.2 KBUploads
Chunked upload of data
Send chunked data for an Upload.
put/v4/uploads/{uploadId}
Path parameters
uploadIdstring uuid required
Unique identifier of an Upload.
Headers
Content-Rangestring required
Byte range bytes start-end/total (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.16). e.g. bytes 0-5242880/10242880. Downloads larger than 5MiB (5242880 bytes) in size must be downloaded in chunks no larger than 5MiB (5242880 bytes) and no smaller than 1MiB (1048576 bytes). The last chunk could be less than 1MiB (1048576 bytes).
Content-Typestring required
Must be application/octet-stream
Response
No Content