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 a05797e commit 439da7aCopy full SHA for 439da7a
Src/Notion.Client/Api/Search/Parameters/SearchSort.cs
@@ -8,7 +8,6 @@ public class SearchSort
8
{
9
public SearchDirection Direction { get; set; }
10
11
- [JsonConverter(typeof(IsoDateTimeConverter))]
12
- public DateTime Timestamp { get; set; }
+ public string Timestamp { get; set; }
13
}
14
0 commit comments