update_tenant
Modify a tenant's first name, last name, email, phone number, or notes by providing the tenant ID and the fields to update.
Instructions
Update an existing tenant. Only supplied fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Tenant UUID | |
| firstName | No | Updated first name | |
| lastName | No | Updated last name | |
| No | Updated email (null to clear) | ||
| phoneNumber | No | Updated phone number (null to clear) | |
| notes | No | Updated notes (null to clear) |