When I tried to patch assignments to a task it only added on to existing ones. For example a task has assignments as {A, B}
.
When I did patch assignments {A, C}
, the assignments became {A, B, C}
while I was expecting it to be updated to {A, C}
. When I did patch assignments {}
it didn't change anything while I wanted to remove all assignments.