self.collection.update_one({'_id': doc['_id']},
                                        {'$set': {'name': name}}, upsert=False)