PLATINUM DOCS
ApiVolumes

PUT /v1/volumes/{v}/files/upload/{uploadId}/blocks/{sha}

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}.

Formatbinary

Response 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'
null
Empty