POST
notion_pages_move.py
Requires
Update content.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Move a page under a different parent page or data source.
from charter.packs import notion
result = await notion.pages_move.ainvoke({"pageId": ..., "body": ...})
Update content.| Field | Type | Description |
|---|---|---|
pageId * | string | The ID of the page. |
| Field | Type | Description |
|---|---|---|
body * | PageMoveBody | The new parent. |
Was this page helpful?