Update Exposure
Updates an Exposure. The request body is a flat JSON object with field
referenceIds as keys — the same shape as create.
Provided fields are merged onto the existing fieldModelV1Data; a key
set to null clears that field. Fields you omit are left unchanged.
PUT is accepted as an alias for PATCH.
Required permission: insured:update
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Entity identifier
Body
Flat JSON object with field referenceIds as keys (merged onto existing data)
Response
Exposure updated successfully
The ID of the updated entity
