> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Notion update page

> Update a Notion page's title, or archive/unarchive it. Archiving is Notion's delete and is reversible by unarchiving. To change a database row's other…

`notion_update_page`

Update a Notion page's title, or archive/unarchive it. Archiving is Notion's delete and is reversible by unarchiving. To change a database row's other properties, pass `properties` in Notion's own property format.

## Parameters

<ParamField path="pageId" type="string" required>
  Notion page id.
</ParamField>

<ParamField path="title" type="string">
  Optional new title.
</ParamField>

<ParamField path="archived" type="boolean">
  Set true to archive, false to restore.
</ParamField>

<ParamField path="properties" type="object">
  Optional raw Notion properties patch, merged over the title change.
</ParamField>
