mirror of https://gitee.com/bigwinds/arangodb
13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
> curl --data @- -X PUT --dump - http://localhost:8529/collection/9496015/13658605
|
|
{}
|
|
|
|
HTTP/1.1 404 Not Found
|
|
content-type: application/json
|
|
connection: Keep-Alive
|
|
server: triagens GmbH High-Performance HTTP Server
|
|
content-length: 95
|
|
|
|
{ "error" : true,
|
|
"message" : "document /collection/9496015/13658605 not found",
|
|
"code" : 404 }
|