update_page
update_pageUpdate an existing page's title and/or body by providing its ID. Modify content without replacing the entire page.
Instructions
Update the title and/or body of an existing page. At least one field must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | The ID of the page to update | |
| title | No | New title for the page (optional) | |
| body | No | New HTML body for the page (optional) |