PATCH
notion_databases_update.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.
Update a database’s title, description, icon, cover, inline display or trash state, or move it to a new parent. Columns belong to the data source — change those with data_sources_update.
from charter.packs import notion
result = await notion.databases_update.ainvoke({"databaseId": ..., "body": ...})
Update content.| Field | Type | Description |
|---|---|---|
databaseId * | string | The ID of the database. |
| Field | Type | Description |
|---|---|---|
body * | DatabaseUpdateBody | The fields to change. |
Was this page helpful?