autotask_update_company_site_configuration
Modify company site configuration settings in Autotask PSA by updating tenant-defined fields for specific site records.
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. |