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 e477ffd commit 220ca1bCopy full SHA for 220ca1b
Src/Notion.Client/Constants.cs
@@ -6,6 +6,6 @@ namespace Notion.Client
6
internal class Constants
7
{
8
internal static string BASE_URL = "https://api.notion.com/";
9
- internal static string DEFAULT_NOTION_VERSION = "2022-02-22";
+ internal static string DEFAULT_NOTION_VERSION = "2022-06-28";
10
}
11
0 commit comments