arango_update
Update fields of a document in a collection by providing its key and the new values to set.
Instructions
Update a document by key in a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Name of the collection containing the document | |
| key | Yes | Document key to update | |
| update | Yes | Fields to update in the document | |
| database | No | Database override |