update_database_entry
Modify existing Notion database entries by updating specific properties while preserving unchanged data. Use key-value pairs to edit entries efficiently.
Instructions
Update an existing database entry. Pass only the properties you want to change — omitted properties are left unchanged. Uses the same simple key-value format as add_database_entry. Call get_database to see valid property names and options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page ID for the database entry | |
| properties | Yes | Key-value property map to convert using the parent database schema |