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