diff --git a/Source/ZoomNet/Models/Registrant.cs b/Source/ZoomNet/Models/Registrant.cs index 99e5e6f6..d1782cf1 100644 --- a/Source/ZoomNet/Models/Registrant.cs +++ b/Source/ZoomNet/Models/Registrant.cs @@ -123,7 +123,7 @@ public class Registrant /// /// Gets or sets the status. /// - [JsonProperty(PropertyName = "comments")] + [JsonProperty(PropertyName = "status")] public RegistrantStatus Status { get; set; } ///