update_asset
Update an existing asset's content by replacing its URL or HTML. Provide the asset ID and the new content.
Instructions
Update the content of an existing asset (URL or HTML)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetId | Yes | The ID of the asset to update | |
| url | No | The new URL for the asset | |
| html | No | The new HTML content for the asset | |
| metadata | No | Optional metadata for the asset |