1
0
Fork 0
arangodb/Documentation/Examples.ArangoDB/api-collection-identifier-p...

16 lines
324 B
Plaintext

> curl --data @- -X PUT --dump - http://localhost:8529/_api/collection/70109828/properties
{ "waitForSync" : true }
HTTP/1.1 200 OK
content-type: application/json
{
"name": "UnitTestsCollectionBasics",
"code": 200,
"waitForSync": true,
"id": 70109828,
"journalSize": 134217728,
"status": 3,
"error": false
}