I have the below table in CosmosDB. I want to update the Salary property in the first entity. When I tried to update the salary property in the first entity, the complete entity is being replaced instead of updating the salary property. Could someone let me know how to update an property in a entity in CosmosDB table API. Answer