Finalize Upload
Phase 3 of the two-phase upload: after PUTting the bytes to the signed
uploadUrl, finalize with the versionId returned by the upload
intent. The server verifies the object exists in storage and flips the
file’s status from pending to ready, making it visible to listings
and downloadable.
Finalizing a version that was already finalized is a 409; finalizing
before the bytes were uploaded is a 400.
Required permission: company.file:create
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
File identifier
Body
The version id returned by the upload intent
