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