This endpoint finalizes the block upload process by initiating an asynchronous job that will merge all uploaded blocks and
creates the final file asset. In case of asynchronous operation success, the asset field will contain the newly created file's
metadata as defined by File Schema.
NOTE:
Validation and Behavior for Finalize (Block-Based Upload)
The following rules govern how the server interprets the finalization request for a block-based upload:
File Size in Initialization
The size provided during the initiate request is treated as an estimate, not a strict validation boundary.
Clients are not penalized if the actual uploaded content size differs from the declared size.
In future, clients will be able to extend block sets if their initial estimate is too low (see Future Enhancements).
Skipped Blocks
Clients are allowed to skip any block from the original transferLinks list, as long as part numbers remain ordered and
are accurately reported in the usedTransferLinks array during finalize.
Skipped parts should simply be omitted from usedTransferLinks.
Finalization is based on:
The used part numbers explicitly listed in the usedTransferLinks array.
The server will stitch together content in the order of these part numbers.
Any parts not listed will be ignored even if data was uploaded to them.
This endpoint finalizes the block upload process by initiating an asynchronous job that will merge all uploaded blocks and creates the final file asset. In case of asynchronous operation success, the asset field will contain the newly created file's metadata as defined by File Schema.