1
0
Fork 0
arangodb/Documentation/Examples/RestGraphChangeVertex.gener...

20 lines
375 B
Plaintext

shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/graph/graph/vertex/v1
{
"optional1" : "val2"
}
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: 1192388034
{
"vertex" : {
"_id" : "vertices/v1",
"_key" : "v1",
"_rev" : "1192388034",
"optional1" : "val2"
},
"error" : false,
"code" : 202
}