Try this (added $set operator)

db.flightData.update({_id:ObjectId(“6707bfffaa65c296d5d7b628”)},{$set: {delayed:true}})

1 Like