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