Update Site Content
update_site_contentUpdate website content by assigning a full JSON value to a selected content key, using the correct structure from the existing site content.
Instructions
Set the JSON value for one site content key. Read get_site_content first to see the existing keys and value shapes; send the full new value for the key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Content key, e.g. "announcement" | |
| value | Yes | Any JSON value; stored as the new content for this key |