jakeswenson / notion

Notion Offical API client library for rust
https://crates.io/crates/notion
MIT License
130 stars 61 forks source link

Fix incorrect key for `child_database` block object #67

Open ansg191 opened 2 months ago

ansg191 commented 2 months ago

Changes key from child_page to child_database. See: https://developers.notion.com/reference/block#child-database

Updated version of #57