Skip to content

Commit fca0541

Browse files
committed
update serialized property name
1 parent 2f33dd6 commit fca0541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Automation.Zapier/Models/Dtos/SubscriptionDto.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class SubscriptionDto
77
[JsonProperty("hookUrl")]
88
public string HookUrl { get; set; }
99

10-
[JsonProperty("content_type")]
10+
[JsonProperty("contentType")]
1111
public string ContentType { get; set; }
1212
}
1313
}

0 commit comments

Comments
 (0)