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