Closed TABeauchat closed 1 year ago
Previously pages could only be created using a database id as the parent. The Notion API also allows for a page id. This PR adds support for the page_id as a parent page. Additionally updated the NOTION API version supported.
Addresses issue: https://github.com/orbit-love/notion-ruby-client/issues/43
Added spec for the new case.
All good on my end, thanks a lot! I’ll cut version 1.2.1 in a few minutes.
Previously pages could only be created using a database id as the parent. The Notion API also allows for a page id. This PR adds support for the page_id as a parent page. Additionally updated the NOTION API version supported.