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