VGalaxies commented on code in PR #276: URL: https://github.com/apache/incubator-hugegraph-doc/pull/276#discussion_r1241633010
########## content/cn/docs/clients/restful-api/edge.md: ########## @@ -82,7 +124,17 @@ POST http://localhost:8080/graphs/hugegraph/graph/edges ##### Params -- check_vertex: 是否检查顶点存在(true | false),当设置为 true 而待插入边的源顶点或目标顶点不存在时会报错。 +**路径参数说明:** + +- graph:待操作的图 + +**请求参数说明:** + +- check_vertex:当设置为 true 而待插入边的源顶点或目标顶点不存在时会报错,默认为 true Review Comment: Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
