phacks/notion-ruby-client

Creating a page does not allow page_id to be specified instead of the database_id

Closed this issue · 2 comments

The Notion API supports creating a page by specifying either a parent database_id or a parent page_id. Currently Notion::Api::Endpoints::Pages.create_page only allows specifying database_id.

closed by #46