shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/2231653788 < curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/2231653788 < curl --dump - http://localhost:8529/_api/document/products/2231653788 HTTP/1.1 200 OK content-type: application/json; charset=utf-8 etag: "2232571292" { "one" : "world", "hello" : "world", "numbers" : { "empty" : null, "one" : 1, "two" : 2, "three" : 3 }, "_id" : "products/2231653788", "_rev" : "2232571292", "_key" : "2231653788" } shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/2231653788?keepNull=false < curl --dump - http://localhost:8529/_api/document/products/2231653788 HTTP/1.1 200 OK content-type: application/json; charset=utf-8 etag: "2233030044" { "one" : "world", "numbers" : { "empty" : null, "one" : 1, "two" : 2, "three" : 3, "four" : 4 }, "_id" : "products/2231653788", "_rev" : "2233030044", "_key" : "2231653788" }