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