Report an uploaded part

This call allows you to report the upload of a file part.

Path Params
string
required

The ID for the upload, returned by the call to initialize a multipart upload.

Body Params
int32

The number of the file part you are reporting. Part numbers start from 1.

response
object

This object should contain the information collected from a successful HTTP part upload request. See the formatting the response object section below for an explanation of its structure.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

Response

Language
Response
Choose an example:
application/json