Completes a multipart file upload.
This endpoint must be called by the client when an 'initMultiPartUpload' operation (POST /files/initmultipartupload) was called,
and all file content parts have been successfully uploaded using PUT for all upload URLs.
Either id
or externalId
must be specified in the request body, but not both. The uploadId
is also required.
The values for these properties can be retrieved from the response of the initMultiPartUpload operation.
This endpoint is a subject of the new throttling schema (limited request rate and concurrency). Please check Files resource description for more information.
The JSON request body which specifies which file id/externalId and uploadId to complete the multipart upload for.
Empty response.
The response for a failed request.
{- "id": 1,
- "uploadId": "string"
}
{ }