Hello,
Is there a way to update an object relation (through REST API) for more than one relations using just one call?
Right now based on documentation I understand that to update 2 different relations (where I would like to remove 2 objects and add another objects), I would need to make 4 calls:
- to remove one object from one relation
- to remove one object from second relation
- to add one object from first relation
- to add one object to second relation
Am I missing something?