I tried to update the array inside the embedded document field. but it is not working how to achieve this scenario.
data_Collection
{
"id":101,
"review_ratings":[
{
id:102,
name:"hari"
},{
id:103,
name:"mani"
}
]
}
How to update id 103 name field