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

17 lines
427 B
Plaintext

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