update_extension_state
Enable or disable an Airtable extension installation by specifying the base ID, installation ID, and target state (enabled or disabled).
Instructions
Enable or disable an extension installation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| installationId | Yes | The block installation ID (e.g. "bliXXX") | |
| state | Yes | "enabled" or "disabled" | |
| debug | No | When true, include raw Airtable response in output for diagnostics |