The Open API specification for Synapse is now available for download!

Download Open API Spec

AddPartResponse

org.sagebionetworks.repo.model.file.AddPartResponse

Response from adding a part to multi-part upload or copy.

Field Type Description
uploadId STRING The unique identifier of a multi-part request.
partNumber INTEGER The part number of the add.
addPartState AddPartState The state of this add.
errorMessage STRING If the added failed, this will contain the error message of the cause. Will be null when the add is successful.