update_asset
Modify metadata, settings, or properties of existing assets in Storyblok, including folder location, tags, visibility, scheduling, and descriptive information.
Instructions
Update an existing asset's metadata or settings.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | ID of the asset to update | |
| asset_folder_id | No | New folder ID for the asset | |
| internal_tag_ids | No | List of internal tag IDs | |
| locked | No | Lock status of the asset | |
| is_private | No | Private status of the asset | |
| publish_at | No | ISO datetime for scheduled publish | |
| expire_at | No | ISO datetime for scheduled expiration | |
| focus | No | Focus point for image cropping | |
| alt | No | Alt text for the asset | |
| title | No | Title of the asset | |
| source | No | Source information | |
| copyright | No | Copyright information | |
| meta_data | No | Additional metadata |