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.
2 parents 576d803 + 2107879 commit d4053b2Copy full SHA for d4053b2
packages/notion-client/src/notion-api.ts
@@ -649,7 +649,7 @@ export class NotionAPI {
649
650
public async getBlocks(blockIds: string[], kyOptions?: KyOptions) {
651
return this.fetch<notion.PageChunk>({
652
- endpoint: 'syncRecordValues',
+ endpoint: 'syncRecordValuesMain',
653
body: {
654
requests: blockIds.map((blockId) => ({
655
// TODO: when to use table 'space' vs 'block'?
0 commit comments