Sets the fields associated with a company-specific coverage type.
This is a replace operation — the provided field list completely replaces all existing fields for the coverage type. Pass an empty array to remove all fields. Duplicate field keys in the request are automatically deduplicated.
Only company-specific coverage types can be modified. Attempting to modify a global (shared) coverage type returns a 403 error.
Required permission: company:update
API key authentication. Include your API key in the Authorization header.
Company identifier
Coverage type identifier (e.g., "general_liability")
List of field keys to assign to the coverage type. These must be valid field keys (e.g., "reportDate", "eventDescription"). Replaces all existing fields — pass an empty array to clear all fields.