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