update_item
Modifies specific attributes of an item in an Azure Cosmos DB container by providing the container name, item ID, and updated attributes, enabling precise data management.
Instructions
Updates specific attributes of an item in a Azure Cosmos DB container
Input Schema
Name | Required | Description | Default |
---|---|---|---|
containerName | Yes | Name of the container | |
id | Yes | ID of the item to update | |
updates | Yes | The updated attributes of the item |