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.
Please note that this endpoint is subject to the new throttling policy, which imposes limits on both request rate and concurrency. For more details, please refer to the Files resource documentation.
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"
}
{ }