notion-dotnet / notion-sdk-net

A Notion SDK for .Net
MIT License
181 stars 44 forks source link

RelationPropertySchema and RelationUpdatePropertySchema are broken. #403

Open gehongyan opened 9 months ago

gehongyan commented 9 months ago

Describe the bug In Notion API version 2022-06-28, database relations would have a type of single_property and dual_property. This commit updated the changes on RelationProperty for models, but RelationPropertySchema and RelationUpdatePropertySchema for request parameters were not updated, hence the failure of related requests.

Related Notion changelog: https://developers.notion.com/page/changelog#database-relations-have-a-type-of-single_property-and-dual_property