Completes a multipart upload.put https://use.apilookup.for.a.base.url/layers/{layerId}/keysMultipart/{multipartToken}Call this API when all parts have been uploaded.Path ParamslayerIdstringrequiredThe ID of the parent layer for this blob.multipartTokenstringrequiredThe identifier of the multipart upload (token). This token is returned when the multipart upload is initiated.Body ParamsThe part IDs uploaded in this multipart upload which should be used in the resulting blob.partsarray of objectspartsADD objectResponses 204No Content 400User Error - Invalid input is provided 401Unauthorized - the request didn't provide correct authentication details 403Forbidden - the specific account doesn't have correct privileges to perform the operation 404Not Found - the specified resource was not found 500Server unavailable or internal server error 502Server unavailable or internal server error 503Server unavailable or internal server error 504Server unavailable or internal server errorUpdated last month