v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
by-key

Completes a multipart upload.

Call this API when all parts have been uploaded.

put/layers/{layerId}/keysMultipart/{multipartToken}

Path parameters

layerIdstring required

The ID of the parent layer for this blob.

multipartTokenstring required

The identifier of the multipart upload (token). This token is returned when the multipart upload is initiated.

Request body

Example request

{
  "parts": [
    {
      "id": "1a6ef....",
      "number": 1
    }
  ]
}

Response

No Content