Skip to main content

Update Upload Status

POST 

/api/v1/upload/updateUploadStatus

This service message allows updating the upload status.

Request

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

return 201 with no body

Loading...