Update Upload Status
POST/api/v1/upload/updateUploadStatus
This service message allows updating the upload status.
Request
- application/json
Body
required
catalogId string
status stringrequired
Possible values: [started, downloading-from-url, fail-to-download, uploading-to-s3, fail-to-upload, in-progress, ready, error]
uploadToken string
Responses
- 201
return 201 with no body
Loading...