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