Retry asset upload
POST/assets/retry
Provides a mechanism to reupload the asset if upload is failed while creation time. Please note that upload complete marked asset are immutable, this API is available only for assets created but not yet marked uploaded.
Request
- application/json
Body
assetId stringrequired
assetFileName stringrequired
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
success boolean
error string
errorcode integer
url string
{
"success": true,
"error": "string",
"errorcode": 0,
"url": "string"
}
Loading...