smartsuite_update_layout_section
Update a layout section's title, description, collapsed, or hidden state by slug. Requires schema-write. Use confirm:true to apply; default is preview.
Instructions
Update an existing record-view layout section (title, description, collapsed, hidden) by its section__… slug. Requires schema-write. Pass description:"" to clear it. Dry-run preview unless confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The section slug (section__…). | |
| tabId | No | Which layout to edit when tabs are enabled (REQUIRED then): a tab id, "all" for every tab, or "top" for the hidden top-level layout. Omit only when tabs are disabled. | |
| title | No | New title. | |
| hidden | No | Hidden state. | |
| confirm | No | Must be true to apply (default false = preview). | |
| collapsed | No | Collapsed state. | |
| description | No | New description (plain text; "" clears it). | |
| applicationId | Yes | The application (table) ID. |