DEV Community

Cover image for Python with CosmosDB for MongoDB API – Update Records
Wriju's Blog
Wriju's Blog

Posted on

Python with CosmosDB for MongoDB API – Update Records

Updating records using PyMongo in CosmosDB for MongoDB API is easy. It allows both single and bulk update. There are different update operations for different data type like string, array and integer etc.

Top comments (0)