shell> curl -X PUT --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/document/products/104046 <<EOF
{"Hello": "you"}
EOF
HTTP/1.1 Accepted
content-type: application/json; charset=utf-8
etag: "_YOn1PRa--D"
location: /_db/_system/_api/document/products/104046
x-content-type-options: nosniff
{
"_id" : "products/104046",
"_key" : "104046",
"_rev" : "_YOn1PRa--D",
"_oldRev" : "_YOn1PRa--B"
}