For the complete documentation index, see llms.txt. This page is also available as Markdown.

Action: Update a Database

Notion Operation

Update properties of a Notion database

Example User Story

As a user, I want to update the title and properties of a Notion database so that I can keep my database organized and up-to-date.

Fields

Field Name
Field Type
Required

database_id

String

Yes

title

String

No

properties

Object

No

Example link

Code (Apache v2.0): Operation

Last updated