ArangoDB v3.13 is under development and not released yet. This documentation is not final and potentially incomplete.
API Changes in ArangoDB 3.13
A summary of the changes to the HTTP API and other interfaces that are relevant for developers, like maintainers of drivers and integrations for ArangoDB
HTTP RESTful API
Behavior changes
Privilege changes
Endpoint return value changes
Endpoints added
Endpoints augmented
Endpoints moved
Endpoints deprecated
Endpoints removed
Batch request API
Removed in: v3.12.3
The /_api/batch
endpoints that let you send multiple operations in a single
HTTP request was deprecated in v3.8.0 and has now been removed.
To send multiple documents at once to an ArangoDB instance, please use the HTTP interface for documents that can insert, update, replace, or remove arrays of documents.