1
0
Fork 0
arangodb/Documentation/Books/HTTP/edge-working-with-edges.md

595 B

layout description
default This is documentation to ArangoDB'sREST interface for edges

Working with Edges using REST

This is documentation to ArangoDB's REST interface for edges.

Edges are documents with two additional attributes: _from and _to. These attributes are mandatory and must contain the document-handle of the from and to vertices of an edge.

Use the general document REST api for create/read/update/delete.

{% docublock get_read_in_out_edges %}