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