- User A (id: 'a') with the following documents
documents: [{
"id": "a_123"
"email": "[email protected]",
"phone_number": "901.111.1111",
...
}]
- User B (id: 'b') with the following documents
documents: [{
"id": "b_456",
"email": "[email protected]",
"phone_number": "901.222.2222",
...
}]
{
"documents": [{
"id": "a_123",
"email" "[email protected]",
"phone_number": "901.222.2222"
}]
}
Document "a_123"'s email
and phone_number
are updated
"documents": [{
"id": "a_123",
"email" "[email protected]",
"phone_number": "901.222.2222",
...
}]