crud_update
Update an existing object in the current domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Fields to update | |
| uuid | Yes | Object UUID to update | |
| tenant | No | Optional tenant name context for this update (multi-tenant apps). Omit for single-tenant apps — the session/API-key tenant is used. Updates address the record by UUID. | |
| object_type | Yes | The object type |