notion-dotnet / notion-sdk-net

A Notion SDK for .Net
MIT License
186 stars 46 forks source link

Add support for creating inline databases with is_inline #254

Closed KoditkarVedant closed 2 years ago

KoditkarVedant commented 2 years ago

Notion has added is_inline property on database object. The property has the value true if the database appears in the page as an inline block. Otherwise has the value false if the database appears as a child page.

Read more here.

Notion Changelog: https://developers.notion.com/changelog/changes-for-june-6-june-20-2022