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

Download Open API Spec

PUT /file/multipart/{uploadId}/complete

After all of the parts have been upload and added successfully, this service is called to complete the upload resulting in the creation of a new file handle.

Resource URL

https://repo-prod.prod.sagebase.org/file/v1/file/multipart/{uploadId}/complete

Resource URL Variables
{uploadId} The unique identifier of the file upload.
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method PUT
Request Object None
Response Object MultipartUploadStatus
(application/json)