notion-sdk-py
notion-sdk-py copied to clipboard
Failed to insert block before first block on page
result = notion.blocks.children.append(block_id=page['id'], children=children, after=page['id'])
What should I pass for the "after" parameter?
Is there any possibility of going to a page that already has content and inserting a first block? Thanks.