We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8c4d4 commit c3556b0Copy full SHA for c3556b0
notion.js
@@ -42,7 +42,7 @@ const getPageContent = async ({ page, notionVersion, token }, reporter) => {
42
43
const getPages = async ({ token, databaseId, notionVersion = "2021-05-13" }, reporter) => {
44
try {
45
- const db = await fetch(`https://api.notion.com/v1/databases/${databaseId}/query?page_size=100`, {
+ const db = await fetch(`https://api.notion.com/v1/databases/${databaseId}/query`, {
46
method: "POST",
47
body: JSON.stringify({
48
page_size: 100,
0 commit comments