We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048431d commit 7b668eaCopy full SHA for 7b668ea
src/main/java/org/zendesk/client/v2/model/CustomFieldValue.java
@@ -17,7 +17,8 @@ public class CustomFieldValue implements Serializable {
17
18
private Long id;
19
20
- @JsonFormat(with = JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY)
+ @JsonFormat(with = {JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY,
21
+ JsonFormat.Feature.WRITE_SINGLE_ELEM_ARRAYS_UNWRAPPED})
22
private String[] value;
23
24
public CustomFieldValue() {
0 commit comments