1
0
Fork 0
arangodb/Documentation/Examples.ArangoDB/api-cursor-missing-cursor-i...

12 lines
204 B
Plaintext

> curl -X PUT --dump - http://localhost:8529/_api/cursor
HTTP/1.1 400 Bad Request
content-type: application/json
{
"code": 400,
"errorMessage": "bad parameter",
"errorNum": 400,
"error": true
}