update_person
Update specific fields of an existing person record. Only the provided fields are modified; others stay the same.
Instructions
Update fields on an existing person. Only provided fields are modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | New city (null to clear) | |
| lastName | No | a string that will be trimmed | |
| personId | Yes | a string that will be trimmed | |
| firstName | No | a string that will be trimmed |