forge_entity_update
Update an existing entity by providing its type, ID, and full version data to create a new version.
Instructions
Update an existing entity by creating a new version. Provide the full version data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_type | Yes | The entity type | |
| entity_id | Yes | The entity ID to update | |
| data | Yes | The entity data as a JSON string or object | |
| org_id | No | Org ID (uses active org if omitted) |