put-asset-by-asset-id
Update canvas assets in Scenario.com by specifying asset ID to modify properties like canvas data, thumbnail, name, or description.
Instructions
Update a canvas asset
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| originalAssets | No | If set to true, returns the original asset without transformation | |
| assetId | Yes | ||
| lockId | No | The value of the lock to use when updating a locked canvas. | |
| lockExpiresAt | No | The ISO timestamp when the lock on the canvas will expire. | |
| canvas | No | The new value for the canvas as a stringified JSON. | |
| thumbnail | No | The new thumbnail for the canvas in base64 format string. | |
| name | No | The new name for the canvas. | |
| description | No | The new description of the asset. | |
| disableSnapshot | No | If true, no snapshot will be created for this update. |