mirror of https://gitee.com/bigwinds/arangodb
12 lines
304 B
Plaintext
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"}
|