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