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

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
}