v1

latestSwagger 2.02026-07-134146194.6 MB
ChunkedUploads

Commit a chunked upload.

This method checks the integrity of a chunked upload and then commits it. When this request is successful, the chunked upload is then ready to be referenced in other API calls.

If the request is unsuccessful, ensure that you have uploaded all of the parts by using the Update method.

Note: After you commit a chunked upload, it no longer accepts additional parts.

put/v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}

Path parameters

accountIdstring required

(Required) The external account number (int) or account ID GUID.

chunkedUploadIdstring required

(Required) The ID of the chunked upload to commit.

Query parameters

actionstring

(Required) You must use this query parameter with the value commit, which affirms the request to validate and prepare the chunked upload for use with other API calls.

Response

Successful response.