mirror of https://gitee.com/bigwinds/arangodb
small doku changed for /_api/gharial/g/edge/e?dropCollection=true
This commit is contained in:
parent
b3e6e35be0
commit
22a4b28d36
|
@ -447,6 +447,8 @@
|
|||
* This has to contain the vertex-collection name.
|
||||
*/
|
||||
controller.post("/:graph/vertex", function(req, res) {
|
||||
require("console").log("+++++++++++++++++++++++++");
|
||||
require("console").log(req);
|
||||
var name = req.params("graph");
|
||||
var body = req.params("collection");
|
||||
var g;
|
||||
|
@ -751,7 +753,7 @@
|
|||
/** Delete an edge definition.
|
||||
*
|
||||
* Removes an existing edge definition from this graph.
|
||||
* All data stored in the collections is dropped as well as long
|
||||
* All data stored in the edge collection is dropped as well as long
|
||||
* as it is not used in other graphs.
|
||||
*/
|
||||
controller.del("/:graph/edge/:definition", function(req, res) {
|
||||
|
|
Loading…
Reference in New Issue