Edges REST Endpoints

Graph/Edges
Use for managing graph edges.
Create an Edge
Method: post
Path: /api/graph/Edges
Delete an Edge
Method: delete
Path: /api/graph/Edges/{id}
Get an Edge by ID
Method: get
Path: /api/graph/Edges/{id}
Get Edges
Method: get
Path: /api/graph/Edges
Get Property Values by Edge Type and Property
Method: get
Path: /api/graph/Edges/readProperties
Update an Edge
Method: put
Path: /api/graph/Edges/{id}