mirror of https://gitee.com/bigwinds/arangodb
18 lines
334 B
Plaintext
18 lines
334 B
Plaintext
shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/collection/products1/rename
|
|
{
|
|
"name" : "newname"
|
|
}
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json; charset=utf-8
|
|
|
|
{
|
|
"id" : "1130551261",
|
|
"name" : "newname",
|
|
"isSystem" : false,
|
|
"status" : 3,
|
|
"type" : 2,
|
|
"error" : false,
|
|
"code" : 200
|
|
}
|