Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Restored PropertyValue's in Page model
- Note: NotionAPI rolled-back this active active on 2022-08-31
  • Loading branch information
HermanSchoenfeld committed Sep 7, 2022
commit a4321f4426f15664b7fac9a8715fefd407a9e2b5
2 changes: 1 addition & 1 deletion Src/Notion.Client/Models/Page/Page.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class Page : IObject, IObjectModificationData
/// Property values of this page.
/// </summary>
[JsonProperty("properties")]
public IDictionary<string, PagePropertyOnId> Properties { get; set; }
public IDictionary<string, PropertyValue> Properties { get; set; }

/// <summary>
/// The URL of the Notion page.
Expand Down