1
0
Fork 0
arangodb/Documentation/Examples.ArangoDB/api-explain-invalid

13 lines
330 B
Plaintext

> curl --data @- -X POST --dump - http://localhost:8529/_api/explain
{ "query" : "FOR u IN users FILTER u.name == @name LIMIT 2 RETURN u.n" }
HTTP/1.1 400 Bad Request
content-type: application/json
{
"errorNum": 1551,
"errorMessage": "no value specified for declared bind parameter 'name'",
"error": true,
"code": 400
}