mirror of https://gitee.com/bigwinds/arangodb
19 lines
349 B
Plaintext
19 lines
349 B
Plaintext
shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial/social/vertex/male
|
|
{
|
|
"name" : "Francis"
|
|
}
|
|
|
|
HTTP/1.1 202 Accepted
|
|
content-type: application/json
|
|
etag: 1523701725
|
|
|
|
{
|
|
"error" : false,
|
|
"code" : 202,
|
|
"vertex" : {
|
|
"_id" : "male/1523701725",
|
|
"_rev" : "1523701725",
|
|
"_key" : "1523701725"
|
|
}
|
|
}
|