mirror of https://gitee.com/bigwinds/arangodb
20 lines
1.0 KiB
Markdown
20 lines
1.0 KiB
Markdown
TOC {#HttpGraphTOC}
|
|
===================
|
|
|
|
- @ref HttpGraph
|
|
- @ref A_JSF_POST_graph_graph "POST /_api/graph"
|
|
- @ref A_JSF_GET_graph_graph "GET /_api/graph"
|
|
- @ref A_JSF_DELETE_graph_graph "DELETE /_api/graph"
|
|
- @ref A_JSF_POST_graph_vertex "POST /_api/graph/graph-name/vertex"
|
|
- @ref A_JSF_GET_graph_vertex "GET /_api/graph/graph-name/vertex"
|
|
- @ref A_JSF_PUT_graph_vertex "PUT /_api/graph/graph-name/vertex"
|
|
- @ref A_JSF_PATCH_graph_vertex "PATCH /_api/graph/graph-name/vertex"
|
|
- @ref A_JSF_DELETE_graph_vertex "DELETE /_api/graph/graph-name/vertex"
|
|
- @ref A_JSF_POST_graph_vertices "POST /_api/graph/graph-name/vertices"
|
|
- @ref A_JSF_POST_graph_edge "POST /_api/graph/graph-name/edge"
|
|
- @ref A_JSF_GET_graph_edge "GET /_api/graph/graph-name/edge"
|
|
- @ref A_JSF_PUT_graph_edge "PUT /_api/graph/graph-name/edge"
|
|
- @ref A_JSF_PATCH_graph_edge "PATCH /_api/graph/graph-name/edge"
|
|
- @ref A_JSF_DELETE_graph_edge "DELETE /_api/graph/graph-name/edge"
|
|
- @ref A_JSF_POST_graph_edges "POST /_api/graph/graph-name/edges"
|