mirror of https://gitee.com/bigwinds/arangodb
14 lines
299 B
Plaintext
14 lines
299 B
Plaintext
shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/collection/products/rotate
|
|
{
|
|
}
|
|
|
|
HTTP/1.1 400 Bad Request
|
|
content-type: application/json; charset=utf-8
|
|
|
|
{
|
|
"error" : true,
|
|
"code" : 400,
|
|
"errorNum" : 1105,
|
|
"errorMessage" : "could not rotate journal: no journal"
|
|
}
|