1
0
Fork 0
arangodb/Documentation/Examples/querypostfail

12 lines
304 B
Plaintext

POST /_api/query HTTP/1.1
{ "query" : "SELECT u FROM users u WHERE" }
HTTP/1.1 404 Not Found
connection: Keep-Alive
content-type: application/json
server: triagens GmbH High-Performance HTTP Server
{"error":true,"code":404,"errorNum":8010,"errorMessage":"parse error: syntax error, unexpected $end"}