ApiVolumes
PUT /v1/volumes/{v}/files/upload/{uploadId}/blocks/{sha}
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
v*string
uploadId*string
sha*string
Request Body
application/octet-stream
TypeScript Definitions
Use the request body type in TypeScript.
body?file
One chunk, at most 1 MiB; its sha256 must equal {sha}.
Format
binaryResponse Body
application/json
curl -X PUT "https://example.com/v1/volumes/string/files/upload/string/blocks/string" \ -H "Content-Type: application/octet-stream" \ -d 'string'nullEmpty