Replaces the company’s enabled coverage types list wholesale. The provided
coverageTypeKeys array becomes the new complete list of enabled coverage
types for the company.
Each key must refer to an existing coverage type that is either:
general_liability, inland_marine)Duplicate keys in the request are automatically deduplicated. At least one key must be provided.
Coverage types that belong to other companies are treated as not found to avoid leaking information about other companies’ configurations.
Required permission: company:update
API key authentication. Include your API key in the Authorization header.
Company identifier
Request to set the enabled coverage types for a company
The complete list of coverage type keys to enable for the company. This replaces the existing list wholesale. At least one key must be provided.
Each key must be either a global coverage type or a company-specific coverage type owned by this company.
11[
"general_liability",
"inland_marine",
"vfs_custom_type"
]Enabled coverage types updated successfully
The deduplicated list of coverage type keys that are now enabled