Skip to content

How create New entry in a Database #161

Answered by chapodrou
janduplessis883 asked this question in Q&A
Discussion options

You must be logged in to vote

client.pages.create(**{ "parent": { "database_id": YOUR_DATABASE_ID }, "properties": { "title": { "title": [ { "type": "text", "text": { "content": "name_of_your_entry" } } ] } } })

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ramnes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants