v2
latestOpenAPI 3.1.02026-08-06276982.8 KBbatches
Commit or abort multipart session
After uploading all parts to a multipart upload session, use this endpoint to commit and close the session, or abort the session.
When committing, provide all the uploaded parts in the correct order. When aborting, the session and all uploaded parts are discarded.
post/v2/batches/multipart-upload/sessions/{session_id}
Path parameters
session_idstring required
The session ID obtained from the Start multipart upload session response.
Headers
Authorizationstring required
Bearer HTTP authentication.
IB-Contextstring
Typically your organization ID. See Authorization and context identification for details.
Request body
Response
The multipart upload session was successfully committed or aborted.
BatchesCommitMultipartUploadSessionResponse201 required
Empty response body