mirror of https://gitee.com/bigwinds/arangodb
grammar
This commit is contained in:
parent
dcd50a2d84
commit
c61d8d9035
|
@ -751,7 +751,7 @@
|
||||||
/** Delete an edge definition.
|
/** Delete an edge definition.
|
||||||
*
|
*
|
||||||
* Removes an existing edge definition from this graph.
|
* Removes an existing edge definition from this graph.
|
||||||
* All data stored in the edge collection is dropped as well as long
|
* All data stored in the edge collection are dropped as well as long
|
||||||
* as it is not used in other graphs.
|
* as it is not used in other graphs.
|
||||||
*/
|
*/
|
||||||
controller.del("/:graph/edge/:definition", function(req, res) {
|
controller.del("/:graph/edge/:definition", function(req, res) {
|
||||||
|
|
Loading…
Reference in New Issue