1
0
Fork 0
arangodb/Documentation/Examples/HttpGharialPatchEdge.generated

20 lines
403 B
Plaintext

shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/aliceAndBob
{
"since" : "01.01.2001"
}
HTTP/1.1 202 Accepted
content-type: application/json
etag: 1559222237
{
"error" : false,
"code" : 202,
"edge" : {
"_id" : "relation/aliceAndBob",
"_rev" : "1559222237",
"_oldRev" : "1557780445",
"_key" : "aliceAndBob"
}
}