I want to update multiple docs with different values.
My Database looks something like this.
[ { \"_id\": 1, \"value\": 50 },
Multi update can be used only for updating multiple documents to the same value(s) or updating with the same update operation for all documents.
If you want to update to different values you have to use several update statements.