Hi,
I need to update the value of a multi-valued attribute using API REST of Content Server. I need to add a new row of values for that attribute. Using the PUT call of API REST (/nodes/{id}/categories/{category_id}/) with the params of attribuet_key in the query. I overwrite the first row of the attribute with the value passed in the call, but I need to add a new row with the value passed in the call. It is possible?