Updates an existing exposure.
All fields are optional - only send fields being changed. Does NOT allow updating entityType or applicationData (rating data).
Required permission: insured:update
API key authentication. Include your API key in the Authorization header.
Company identifier
Exposure identifier
Request body for updating an insured
Update insured name
Update phone number
Update email (send null to clear)
Update billing email (send null to clear)
ID of an existing broker to set as default (send null to clear). Use GET /brokers to find valid IDs.
Custom data fields to merge with existing data. Keys must match fields from GET /insureds/configuration for the insured's entityType. Send null for a key to clear it.
Exposure updated successfully
Full insured details returned from update operations
Insured identifier
Company identifier
Insured name
Entity type (individual, organization, etc.)
Insured phone number
Insured email address
Billing email address
Default broker ID for this insured
When the insured was created
User who created the insured
When the insured was last updated
User who last updated the insured