v3

latestOpenAPI 3.1.02026-07-31495191.1 MB
Pages

Update page

patch/v1/pages/{page_id}

Path parameters

page_idstring required

Headers

Notion-Version'2026-03-11' required

The API version to use for this request. The latest version is 2026-03-11.

Request body

propertiesobject
is_lockedboolean

Whether the page should be locked from editing in the Notion app UI. If not provided, the locked state will not be updated.

erase_contentboolean

Whether to erase all existing content from the page. When used with a template, the template content replaces the existing content. When used without a template, simply clears the page content.

in_trashboolean
is_archivedboolean

Example request

{
  "icon": {
    "icon": {
      "name": "pizza"
    }
  },
  "template": {
    "timezone": "America/New_York"
  }
}

Response

OR

Example response

{
  "icon": {
    "icon": {
      "name": "pizza"
    }
  }
}