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