updateSiteSettings
Update specific Omada site settings by patching only the sections you provide, preserving all other configurations. Retrieve current values first to ensure accurate modifications.
Instructions
Patch site settings. Only the sections supplied are changed. Read the current values with getSiteSettings first. Requires OMADA_WEB_USERNAME/OMADA_WEB_PASSWORD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Sections to patch, e.g. { "airtimeFairness": { "enable5g": true } }. Only the sections you include are modified. Changing anything inside "site" also requires "region" and "scenario" — use setSiteTimeZone for that. | |
| siteId | No |