mirror of https://gitee.com/bigwinds/arangodb
22 lines
414 B
Plaintext
22 lines
414 B
Plaintext
shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation <<EOF
|
|
{
|
|
"type" : "friend",
|
|
"_from" : "female/alice",
|
|
"_to" : "female/diana"
|
|
}
|
|
EOF
|
|
|
|
HTTP/1.1 202 Accepted
|
|
content-type: application/json
|
|
etag: 515175307
|
|
|
|
{
|
|
"error" : false,
|
|
"code" : 202,
|
|
"edge" : {
|
|
"_id" : "relation/515175307",
|
|
"_rev" : "515175307",
|
|
"_key" : "515175307"
|
|
}
|
|
}
|