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

18 lines
360 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,
"isVolatile": false,
"id": 70109828,
"journalSize": 134217728,
"status": 3,
"type": 2,
"error": false
}