update the notion version

This commit is contained in:
Jiaxin Peng
2023-08-10 09:30:27 +01:00
parent a68a3920ad
commit a0f5d2d51b
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ export class Upload2Notion {
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer ' + this.app.settings.notionAPI,
'Notion-Version': '2022-02-22',
'Notion-Version': '2022-06-28',
},
body: ''
})