API-patch-page
Update Notion page properties efficiently using this tool. Modify titles, icons, covers, or restore/delete pages via API integration for streamlined workspace management.
Instructions
Notion | Update page properties
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archived | No | ||
cover | No | A cover image for the page. Only [external file objects](https://developers.notion.com/reference/file-object) are supported. | |
icon | No | A page icon for the page. Supported types are [external file object](https://developers.notion.com/reference/file-object) or [emoji object](https://developers.notion.com/reference/emoji-object). | |
in_trash | No | Set to true to delete a block. Set to false to restore a block. | |
page_id | Yes | The identifier for the Notion page to be updated. | |
properties | No | The property values to update for the page. The keys are the names or IDs of the property and the values are property values. If a page property ID is not included, then it is not changed. |