mirror of https://gitee.com/bigwinds/arangodb
15 lines
300 B
Plaintext
15 lines
300 B
Plaintext
> curl --data @- -X PUT --dump - http://localhost:8529/_api/collection/59230852/rename
|
|
{ "name" : "UnitTestsCollectionBasics2" }
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json
|
|
|
|
{
|
|
"name": "UnitTestsCollectionBasics2",
|
|
"code": 200,
|
|
"id": 59230852,
|
|
"status": 3,
|
|
"type": 2,
|
|
"error": false
|
|
}
|