Mark Asset Upload Complete
POST/assets/completeUpload
This API must be called after an asset is created, the asset is uploaded to the provided s3 URL. This process marks the asset as available for deployments. Without calling this API the asset will not be available for the deployment and will be deleted after 24Hrs.
Request
- application/json
Body
assetId string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
success string
error string
errorcode string
{
"success": "string",
"error": "string",
"errorcode": "string"
}
Loading...