Update Entity Records
update_entity_recordsUpdate exact records. Select explicit record_ids or exact-match filters and provide shared changes, or provide per-record updates. Executes directly for the authenticated app owner; expected_count aborts the write on a mismatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The app ID | |
| entity | Yes | Entity name | |
| reason | No | Why these records should be updated | |
| changes | No | Shared fields to merge into every selected record | |
| filters | No | One exact-match selector or a list of exact-match selectors | |
| updates | No | Per-record changes; use instead of shared changes | |
| record_ids | No | Exact record IDs to update | |
| expected_count | No | Required match count safety check, when known |