smartsuite_update_application
Update a table's name or record term in SmartSuite. Set confirm to true to apply changes; defaults to dry-run preview.
Instructions
Update table (application) attributes — rename the table (name) and/or change its record term (e.g. "record" → "invoice"). Requires readwrite/admin + SMARTSUITE_ENABLE_SCHEMA_WRITE. Dry-run preview unless confirm:true. (This is the table rename tool; for field renames use smartsuite_update_field.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New table name. | |
| confirm | No | Must be true to apply (default false = preview). | |
| recordTerm | No | Optional: singular record term for the table (e.g. "invoice"). | |
| applicationId | Yes | The application (table) ID. |