1
0
Fork 0
arangodb/Documentation/Examples/RestDocumentHandlerUpdateDo...

17 lines
446 B
Plaintext

shell> curl -X PUT --header 'If-Match: "1573050333"' --data-binary @- --dump - http://localhost:8529/_api/document/products/1572722653
{"other":"content"}
HTTP/1.1 412 Precondition Failed
content-type: application/json; charset=utf-8
etag: "1572722653"
{
"error" : true,
"code" : 412,
"errorNum" : 1200,
"errorMessage" : "precondition failed",
"_id" : "products/1572722653",
"_rev" : "1572722653",
"_key" : "1572722653"
}