mirror of https://gitee.com/bigwinds/arangodb
_id's second part is always the _key, right?
This commit is contained in:
parent
50b08dbb31
commit
293900c673
|
@ -10,7 +10,7 @@ An example document:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
"_id" : "myusers/2345678",
|
"_id" : "myusers/3456789",
|
||||||
"_key" : "3456789",
|
"_key" : "3456789",
|
||||||
"_rev" : "3456789",
|
"_rev" : "3456789",
|
||||||
"firstName" : "Hugo",
|
"firstName" : "Hugo",
|
||||||
|
|
Loading…
Reference in New Issue