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