Skip to content

Commit 41610e4

Browse files
committed
Include the remove flag if not null
1 parent 48466ea commit 41610e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intercom-java/src/main/java/io/intercom/api/CompanyWithStringPlan.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class CompanyWithStringPlan extends TypedData {
3838
private Map<String, CustomAttribute> customAttributes = Maps.newHashMap();
3939

4040
@JsonProperty("remove")
41-
@JsonInclude(JsonInclude.Include.NON_DEFAULT)
41+
@JsonInclude(JsonInclude.Include.NON_NULL)
4242
private Boolean remove;
4343

4444
public CompanyWithStringPlan() {

0 commit comments

Comments
 (0)