mirror of https://gitee.com/bigwinds/arangodb
16 lines
324 B
Plaintext
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
|
|
}
|