post https://example.com/file/v1/files/upload/parts//complete
Complete multiple part file upload
If this API is called before the file is completely uploaded, then the file will be assembled incorrectly.
Only parts that have an ETag sent using this API or saveETagsForMultiplePartFileUpload API will be combined to a file.
At least one ETag must be sent using this API or saveETagsForMultiplePartFileUpload API.
The body for this request is optional.
May only be used on uncompleted multiple part uploads.
Part numbers must be only for existing parts in the system, and cannot repeat in the same request.
(*)This parameter is mandatory only if its optional parent attribute is defined. Click here for more information.
Request Body Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
parts | array | true | ||
parts[index] | array | false | ||
parts[index].partNumber | integer | true(*) | The part number for which to save the eTag | 5 |
parts[index].etag | string | false |
Path Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
id | string | true | File ID | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
This API requires PROTECTED_API permission(s).