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)
API key authentication. Include your key in the Authorization header: Authorization: ApiKey YOUR-API-KEY
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 and eventCoverageType as well as any custom fields.
Associated policy ID
Associated lawsuit ID
When the event was created
User ID who created the event
When the event was last updated
User ID who last updated the event