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