Skip to main content
POST
Complete a multipart upload

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Body

application/json
uploadId
string
required

Upload id from the initiate call.

key
string
required

Storage key from the initiate call.

path
string
required

Destination path from the initiate call.

parts
object[]
required

Every uploaded part, in order.

fileName
string
required

Name of the finished file.

fileSize
integer
required

Total size in bytes.

revision
string

Revision from the initiate call.

Response

Successful response

The response is of type object.