shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/gharial/social/vertex <<EOF
{
"collection" : "otherVertices"
}
EOF
HTTP/1.1 Accepted
content-type: application/json; charset=utf-8
etag: _ZXF5wRC--_
x-content-type-options: nosniff
{
"error" : false,
"code" : 202,
"graph" : {
"_key" : "social",
"numberOfShards" : 1,
"replicationFactor" : 1,
"minReplicationFactor" : 1,
"isSmart" : false,
"edgeDefinitions" : [
{
"collection" : "relation",
"from" : [
"female",
"male"
],
"to" : [
"female",
"male"
]
}
],
"orphanCollections" : [
"otherVertices"
],
"_rev" : "_ZXF5wRC--_",
"_id" : "_graphs/social",
"name" : "social"
}
}