These are two documents for example.
{
"_id" : ("61caeebb9103bcd216110f52"),
"name" : "Anshul",
"age" : 23.0,
"email" : "anshulsharma4445@gmail.com"
},
{
"_id" : ("61caeed69103bcd216110f66"),
"name" : "Anshul"
"age" : 25,
"email" : "aastik4445@gmail.com"
}
is it possible to update name of both the documents with different values with a single query. This is just for reference in real there are lot of documents.