update_page
Update a Notion page's title, emoji icon, or cover image. Provide the page ID and optionally new values; cover accepts an image URL or file path for local upload.
Instructions
Update page title, icon, or cover. Cover accepts an image URL, or a file:// path (stdio transport only) which will be uploaded to Notion. In HTTP transport, the file:// form is rejected — use an HTTPS URL instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Updated emoji icon | |
| cover | No | Updated cover image URL | |
| title | No | Updated page title | |
| page_id | Yes | Page ID |