{ "basePath": "/", "swaggerVersion": "1.1", "apiVersion": "0.1", "apis": [ { "operations": [ { "errorResponses": [], "parameters": [ { "dataType": "Boolean", "paramType": "query", "name": "details", "description": "If set to true, the response will contain a details attribute with additional information about included components and their versions. The attribute names and internals of the details object may vary depending on platform and ArangoDB version. " } ], "notes": "Returns the server name and version number. The response is a JSON object with the following attributes:

- server: will always contain arango

- version: the server version string. The string has the format \"major.`minor.`sub\". major and minor will be numeric, and sub may contain a number or a textual version.

- details: an optional JSON object with additional details. This is returned only if the details URL parameter is set to true in the request.

", "summary": "returns the server version", "httpMethod": "GET", "examples": "", "nickname": "returnsTheServerVersion" } ], "path": "/_api/version" } ] }