Hello,
I’ve tried to update a multiple field “animal” via the endpoint /v3/contacts/
Let’s say, the possible values of this field are ‘dog’,’cat’ and ‘fish’.
If the contact has ‘cat’ as value and I update the contact with the following body:
{”attributes”: {”animal”: [ “fish” ]}}
Then the contact looses the existing value ‘cat’ and has only the new value ‘fish’. Is there a way, to add a value, keeping the existing values?