diff --git a/src/ZendeskApi_v2/Models/Sections/Section.cs b/src/ZendeskApi_v2/Models/Sections/Section.cs index f1977ac2..01245974 100644 --- a/src/ZendeskApi_v2/Models/Sections/Section.cs +++ b/src/ZendeskApi_v2/Models/Sections/Section.cs @@ -56,6 +56,6 @@ public class Section public long? UserSegmentId { get; set; } [JsonProperty("parent_section_id")] - public int? ParentSectionId { get; set; } + public long? ParentSectionId { get; set; } } }