Mongo.update_many

You're seeing just the function update_many, go back to Mongo module for more information.
Link to this function

update_many(topology_pid, coll, filter, update, opts \\ [])

View Source

Specs

Update all documents matching the filter.

Uses MongoDB update operators to specify the updates. For more information and all options please refer to the MongoDB documentation