How create New entry in a Database #161
Answered
by
chapodrou
janduplessis883
asked this question in
Q&A
-
How do I create a new entry within a database with notion-sdk-py. |
Beta Was this translation helpful? Give feedback.
Answered by
chapodrou
Dec 7, 2022
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ramnes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
client.pages.create(**{ "parent": { "database_id": YOUR_DATABASE_ID }, "properties": { "title": { "title": [ { "type": "text", "text": { "content": "name_of_your_entry" } } ] } } })