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