shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/9174 <<EOF
{
"since" : "01.01.2001"
}
EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
etag: _XBu169m--_
{
"error" : false,
"edge" : {
"_id" : "relation/9174",
"_key" : "9174",
"_rev" : "_XBu169m--_",
"_oldRev" : "_XBu169a--D"
},
"code" : 202
}