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