shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/collection/products/properties <<EOF { "waitForSync" : true } EOF HTTP/1.1 200 OK content-type: application/json; charset=utf-8 x-content-type-options: nosniff location: /_api/collection/products/properties { "code" : 200, "error" : false, "type" : 2, "keyOptions" : { "type" : "traditional", "allowUserKeys" : true, "lastValue" : 0 }, "status" : 3, "name" : "products", "id" : "10442", "journalSize" : 33554432, "isVolatile" : false, "waitForSync" : true, "indexBuckets" : 8, "doCompact" : true, "isSystem" : false, "statusString" : "loaded", "globallyUniqueId" : "10442" }