Here is my collection:
{
"_id" : ObjectId("58d32e3c8726e31b00004ac9"),
"buyer" : "zul@buyer1001",
"sellers" : [
{
"seller" : "razi@seller1001",
"items" : [
{
"item_name" : "Mizuno Wave Lightning Z3",
"brand" : "Mizuno",
"status" : "Disabled"
},
{
"item_name" : "Mizuno Wave Fang SS",
"brand" : "Mizuno",
"status" : "Disabled"
}
]
}
]
}
How do I update all items status to "Enable" ?