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