How to update all document in a collection in mongodb? #mongoDb #mongoShell
db.collectionName.updateMany({}, {$set: {"canEdit": true}})