---
title: "Notion Update Page"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/notion/notionupdatepage
markdown: https://docs.nodetool.ai/nodes/lib/notion/notionupdatepage.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/notion/notionupdatepage.md
---

# Notion Update Page

**Type:** `lib.notion.UpdatePage`

**Namespace:** `lib.notion`

## Description

Update properties of an existing Notion page.
    notion, page, update, edit, modify, api

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| page_id | `str` | The ID of the page to update | `` |
| properties_json | `str` | JSON object of properties to update | `` |
| archived | `bool` | Set to true to archive (soft-delete) the page | `false` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dict` |  |

## Related Nodes

Browse other nodes in the [lib.notion](./) namespace.
