complete_asset_upload
Finalize asset uploads to Storyblok after S3 transfer by confirming the completion process using the asset ID.
Instructions
Completes the asset upload process after S3 upload.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asset_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"asset_id": {
"title": "Asset Id",
"type": "string"
}
},
"required": [
"asset_id"
],
"title": "complete_asset_uploadArguments",
"type": "object"
}