post
https://rls.congacloud.com/api/filestore/v1/files/multipart-uploads/complete
This endpoint is the final step in the multipart upload workflow:
- Start with InitiateMultipartUploadAsync to get an uploadId
- Upload individual parts with UploadPartAsync
- Complete the process with this endpoint
The request requires the uploadId from the initial request and a dictionary of part numbers
mapped to their ETags (received when each part is uploaded). This allows the system to
verify all parts and combine them in the correct order.
If successful, the file will be available at the specified file path.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Bad Request
403Forbidden
404Not Found
503Service Temporarily Unavailable
