mirror of https://gitee.com/bigwinds/arangodb
fixed issue #2367
This commit is contained in:
parent
8a9a39382a
commit
0941e14b92
|
@ -118,10 +118,6 @@ is returned if the import would trigger a unique key violation and
|
||||||
is returned if the server cannot auto-generate a document key (out of keys
|
is returned if the server cannot auto-generate a document key (out of keys
|
||||||
error) for a document with no user-defined key.
|
error) for a document with no user-defined key.
|
||||||
|
|
||||||
@RESTRETURNCODE{501}
|
|
||||||
The server will respond with *HTTP 501* if this API is called on a cluster
|
|
||||||
coordinator.
|
|
||||||
|
|
||||||
@EXAMPLES
|
@EXAMPLES
|
||||||
|
|
||||||
Importing two documents, with attributes `_key`, `value1` and `value2` each. One
|
Importing two documents, with attributes `_key`, `value1` and `value2` each. One
|
||||||
|
|
|
@ -125,10 +125,6 @@ is returned if the import would trigger a unique key violation and
|
||||||
is returned if the server cannot auto-generate a document key (out of keys
|
is returned if the server cannot auto-generate a document key (out of keys
|
||||||
error) for a document with no user-defined key.
|
error) for a document with no user-defined key.
|
||||||
|
|
||||||
@RESTRETURNCODE{501}
|
|
||||||
The server will respond with *HTTP 501* if this API is called on a cluster
|
|
||||||
coordinator.
|
|
||||||
|
|
||||||
@EXAMPLES
|
@EXAMPLES
|
||||||
|
|
||||||
Importing documents with heterogenous attributes from a JSON array
|
Importing documents with heterogenous attributes from a JSON array
|
||||||
|
|
Loading…
Reference in New Issue