Upload a part of the file
put
/ec-fileupload-svc/rest/v3.0/storage/{bucketName}/{objectName}/parts/{partNumber}
Uploads file parts, which are chunks from a large file. The bucket and file name must be same across all file parts. Right: FileUploadFilePost.
Request
Path Parameters
-
bucketName(required): string
Bucket Name. Tenant or study or user defined user name.
-
objectName(required): string
Name of the file to be merged or deleted.
-
partNumber(required): integer(int32)
File part number.
Query Parameters
-
mode(required): string
Mode of the study from which you are uploading the file. Allowed values are active, test and training.
-
overwrite: boolean
When it is set to true, it will overwrite the existing part file if exists.
-
studyId(required): string(uuid)
The ID of the study.
Supported Media Types
- */*
Root Schema : schema
Type:
object
Response
Supported Media Types
- application/json
200 Response
Success
401 Response
Unauthorized user.
500 Response
Internal server error.