UpdateRecord
Modify an existing record in a specified collection within Astra DB by providing the collection name, record ID, and updated data.
Instructions
Update an existing record in a collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collectionName | Yes | Name of the collection containing the record | |
record | Yes | The updated record data | |
recordId | Yes | ID of the record to update |