notion-dotnet / notion-sdk-net

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

BlockId is getting sent in Append Children api request #398

Closed KoditkarVedant closed 10 months ago

KoditkarVedant commented 10 months ago

Recently we merged the path and body parameters in BlockAppendChildrenRequest class but this introduced a problem when we send the request by type casting it to IBlockAppendChildrenBodyParameters and expect it would exclude the BlockId from serialization but that is not the case and the BlockId is getting passed as the body.

KoditkarVedant commented 10 months ago

The issue is introduce by #395