update_carousel
Modify an existing carousel by replacing its title, caption, or slides. New slides replace all existing slides, and you can link or unlink a variant.
Instructions
Update an existing carousel. Any of title, caption, or slides can be replaced. If slides are provided, they REPLACE the existing slides entirely (not merged). Each new slide gets a fresh auto-generated id unless one is explicitly passed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Carousel id to update | |
| title | No | New title | |
| slides | No | New slides array (replaces existing slides entirely) | |
| caption | No | New caption (pass empty string to clear) | |
| variant_id | No | Link (or re-link) this carousel to a variant. Pass null to unlink. 1:1 constraint. |