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