mirror of https://gitee.com/bigwinds/arangodb
33 lines
810 B
Plaintext
33 lines
810 B
Plaintext
!CHAPTER Working with Edges using REST
|
|
|
|
!SUBSECTION Read edge
|
|
`GET /_api/edge`
|
|
|
|
See [HTTP Interface for Documents](../HttpDocuments/README.md) for details.
|
|
|
|
<!-- arangod/RestHandler/RestEdgeHandler.cpp -->
|
|
@startDocuBlock API_EDGE_CREATE
|
|
|
|
!SUBSECTION Update edge
|
|
`PUT /_api/edge`
|
|
|
|
See [HTTP Interface for Documents](../HttpDocuments/README.md) for details.
|
|
|
|
!SUBSECTION Partially Update Edge
|
|
`PATCH /_api/edge`
|
|
|
|
See [HTTP Interface for Documents](../HttpDocuments/README.md) for details.
|
|
|
|
!SUBSECTION Delete edge
|
|
`DELETE /_api/edge`
|
|
|
|
See [HTTP Interface for Documents](../HttpDocuments/README.md) for details.
|
|
|
|
!SUBSECTION Read edge header
|
|
`HEAD /_api/edge`
|
|
|
|
See [HTTP Interface for Documents](../HttpDocuments/README.md) for details.
|
|
|
|
<!-- js/actions/api-edges.js -->
|
|
@startDocuBlock API_EDGE_READINOUTBOUND
|