update_preset
Modify an existing Storyblok preset by updating its name, component, data, image, color, icon, or description through the Management API.
Instructions
Updates an existing preset in a Storyblok space via the Management API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset_id | Yes | ID of the preset to update | |
| name | No | New name for the preset | |
| component_id | No | New component ID | |
| preset | No | New preset data object | |
| image | No | New image URL | |
| color | No | New color | |
| icon | No | New icon | |
| description | No | New description |