autotask_update_company_site_configuration
Update tenant-defined fields on a company site configuration record by providing the record ID and an object with the fields to change.
Instructions
Update fields on a company site configuration record. The set of available fields is tenant-defined, so callers should first call autotask_get_company_site_configuration to discover the available field names and current values for the company. Pass the site configuration record id (not the company id) along with an updates object containing the fields to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The company site configuration record ID to update (obtained from autotask_get_company_site_configuration). | |
| updates | Yes | Object containing the site configuration fields to update. Field names are tenant-specific. |