update_component
Modify an existing Storyblok component's properties, including name, schema, display settings, and structural options for content management.
Instructions
Updates an existing component with all supported fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the component to update | |
| name | No | New technical name | |
| display_name | No | New display name | |
| schema | No | New schema definition | |
| image | No | Image for the component | |
| preview_field | No | Field to use for preview | |
| preview_tmpl | No | Preview template | |
| is_root | No | Whether the component can be used as content type | |
| is_nestable | No | Whether the component can be nested | |
| component_group_uuid | No | UUID of the component group | |
| color | No | Color for the component | |
| icon | No | Icon for the component | |
| internal_tag_ids | No | Internal tag IDs | |
| content_type_asset_preview | No | Asset preview content type |