shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/view/products1/rename <<EOF { "name" : "viewNewName" } EOF HTTP/1.1 200 OK content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "id" : "14935", "name" : "viewNewName", "type" : "arangosearch", "properties" : { "collections" : [ ], "commit" : { "cleanupIntervalStep" : 10, "commitIntervalMsec" : 60000, "commitTimeoutMsec" : 5000, "consolidate" : { "bytes" : { "segmentThreshold" : 300, "threshold" : 0.8500000238418579 }, "bytes_accum" : { "segmentThreshold" : 300, "threshold" : 0.8500000238418579 }, "count" : { "segmentThreshold" : 300, "threshold" : 0.8500000238418579 }, "fill" : { "segmentThreshold" : 300, "threshold" : 0.8500000238418579 } } }, "locale" : "C", "threadsMaxIdle" : 5, "threadsMaxTotal" : 5, "links" : { } } }