autotask_update_company_site_configuration
Update site configuration record fields by passing the record ID and an updates object. First retrieve available fields using autotask_get_company_site_configuration.
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. |