gripp_update
Update a Gripp entity by providing entity name, ID, and field values. Confirmation is required to apply the changes.
Instructions
Update a Gripp entity by ID. Requires confirm=true because this writes to Gripp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Database ID of the entity to update. | |
| entity | Yes | Gripp entity name, for example company, contact, invoice, task, or tag. | |
| fields | Yes | Field values to update. Check gripp_describe_entity first. | |
| confirm | Yes | Must be true to update data in Gripp. |