notion_update_page
Update a Notion page's title, icon, or custom properties. Provide the page ID and the new values to apply.
Instructions
Update a Notion page's title, icon, or other properties.
page_id: the page to update. title: new title (leave empty to keep current). properties_json: JSON object of properties to update. Keys are property names, values are Notion API property value objects. Omitted properties are left unchanged. icon: emoji for page icon, or "remove" to clear it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| title | No | ||
| page_id | Yes | ||
| properties_json | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |