Hi,
I am trying to set nulls in a multivalue Integer Field usign api/v1/nodes/{node_id}/categories/{cat_id}/.
I am sending
75995_51:
75995_51:
75995_51:2
75995_51:
75995_51:7
and getting back
...
"75995_51": [
null,
2,
7
],
...
Two values got lost. Any ideas how to make it work?
Regards,
Cristian