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