mirror of https://gitee.com/bigwinds/arangodb
21 lines
410 B
Plaintext
21 lines
410 B
Plaintext
shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/aliceAndBob <<EOF
|
|
{
|
|
"since" : "01.01.2001"
|
|
}
|
|
EOF
|
|
|
|
HTTP/1.1 202 Accepted
|
|
content-type: application/json
|
|
etag: 578876299
|
|
|
|
{
|
|
"error" : false,
|
|
"code" : 202,
|
|
"edge" : {
|
|
"_id" : "relation/aliceAndBob",
|
|
"_rev" : "578876299",
|
|
"_oldRev" : "577762187",
|
|
"_key" : "aliceAndBob"
|
|
}
|
|
}
|