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 f5c40c6 commit 366c5a4Copy full SHA for 366c5a4
Src/Notion.Client/Models/Filters/TimestampLastEditedTimeFilter.cs
@@ -39,7 +39,7 @@ public TimestampLastEditedTimeFilter(
39
}
40
41
[JsonProperty("timestamp")]
42
- public string Timestamp => "last_modified_time";
+ public string Timestamp => "last_edited_time";
43
44
[JsonProperty("last_edited_time")]
45
public DateFilter.Condition LastEditedTime { get; set; }
0 commit comments