You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: