Skip to main content

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

Body

    assetId string

Responses

OK

Schema
    success string
    error string
    errorcode string
Loading...