mirror of https://gitee.com/bigwinds/arangodb
15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products&complete=true
|
|
[ "_key", "value1", "value2" ]
|
|
[ "abc", 25, "test" ]
|
|
[ "abc", "bar", "baz" ]
|
|
|
|
HTTP/1.1 409 Conflict
|
|
content-type: application/json; charset=utf-8
|
|
|
|
{
|
|
"error" : true,
|
|
"errorMessage" : "cannot create document, unique constraint violated",
|
|
"code" : 409,
|
|
"errorNum" : 1210
|
|
}
|