Updates a Field Model V1 event. The request body is a flat JSON object
with field referenceIds as keys — the same shape as the create request.
This is a full replacement of the event’s field data, not a merge. Include all fields you want the event to have after the update.
The eventType field is required in the body for permission resolution.
Required permission: claim:update or incident:update
(determined by eventType)
Documentation Index
Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Include your API key in the Authorization header.
Company identifier
Event identifier
Flat JSON object with field referenceIds as keys (full replacement)
Event updated successfully
A Field Model V1 event entity with dynamic field data.
Event identifier
Company identifier
Dynamic field data for the event. Keys are field referenceIds
defined in the company's field configuration. Includes base fields
like eventType, eventCoverageType, and eventPolicy (the Join
field that stores the associated policy ID, also surfaced at the top
level as policyId) as well as any custom fields.
Associated policy ID. Convenience field surfaced at the top level for
backwards compatibility — the value is read from
fieldModelV1Data.eventPolicy, where it is stored as a Join: Policy
field.
When the event was created
User ID who created the event
When the event was last updated
User ID who last updated the event