update_database_row
Modify property values on an existing Notion database row by specifying its page ID and the properties to change. Returns the updated page information.
Instructions
Update properties on an existing Notion database row.
Args: page_id: The ID of the page/row to update properties: Dict of property_name -> value to update
Returns: Updated page info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| properties | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||