arango_update
Update documents in ArangoDB collections by specifying the collection name, document key, and update object to modify data.
Instructions
Update a document in a collection
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Collection name | |
| key | Yes | Document key | |
| update | Yes | Update object |