update_site
Update site settings by changing its URL, timezone, or week start. Omitted fields remain unchanged, and the updated site is returned.
Instructions
Change a site's url, timezone or week start. Omitted fields are left alone. Returns the updated site. Changing the url to one this account already has is refused (site_exists).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional. Full origin including scheme. | |
| site | Yes | site_id from list_sites. | |
| timezone | No | Optional IANA name. | |
| week_start | No | Optional. 0 = Sunday ... 6 = Saturday. |