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 43ae4a4 + 735c4c4 commit 8558809Copy full SHA for 8558809
rest/table.ts
@@ -15,7 +15,7 @@ const getTable_toRequest: GetTable["toRequest"] = (
15
options,
16
) => {
17
const { sid, hostName } = setDefaults(options ?? {});
18
- const path = `https://${hostName}/api/pages/${project}/${
+ const path = `https://${hostName}/api/table/${project}/${
19
encodeTitleURI(title)
20
}/${encodeURIComponent(filename)}.csv`;
21
0 commit comments