Failed to insert block before first block on page #241
Unanswered
brainyoung-com
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions