update_item
Modify specific attributes of an item in an Azure Cosmos DB container by providing the container name, item ID, and updated attributes.
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 |