smartsuite_restore_field
Restore a soft-deleted field to its application using its slug and application ID. Preview changes unless confirmation is provided.
Instructions
Restore a soft-deleted field back into its application. Requires readwrite/admin mode AND SMARTSUITE_ENABLE_SCHEMA_WRITE=true. Supply the applicationId the field belonged to and its slug (from smartsuite_list_deleted_fields). Dry-run preview unless confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The deleted field slug to restore. | |
| confirm | No | Must be true to restore (default false = preview). | |
| applicationId | Yes | The application (table) the field belonged to. |