Notion
notion_update_page
Update a Notion page. Change properties, icon, cover, or archive/trash status. Use block tools to update page content.
Remote node2flow/notion
Other tools also called notion_update_page?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"icon": {
"type": "object",
"description": "New page icon"
},
"cover": {
"type": "object",
"description": "New cover image"
},
"page_id": {
"type": "string",
"description": "Page ID to update"
},
"archived": {
"type": "boolean",
"description": "Set true to archive"
},
"in_trash": {
"type": "boolean",
"description": "Set true to move to trash"
},
"properties": {
"type": "object",
"description": "Updated properties"
}
}
}