mirror of https://gitee.com/bigwinds/arangodb
added declaration in update vertex
This commit is contained in:
parent
4af97257b9
commit
166d010b35
|
@ -858,13 +858,16 @@ function update_graph_vertex (req, res, g, isPatch) {
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief updates a vertex
|
||||
///
|
||||
/// @RESTHEADER{PUT /_api/graph/`graph-name`/vertex,update vertex}
|
||||
/// @RESTHEADER{PUT /_api/graph/`graph-name`/`vertex-name`,update vertex}
|
||||
///
|
||||
/// @RESTURLPARAMETERS
|
||||
///
|
||||
/// @RESTURLPARAM{graph-name,string,required}
|
||||
/// The name of the graph
|
||||
///
|
||||
/// @RESTURLPARAM{vertex-name,string,required}
|
||||
/// The name of the vertex
|
||||
///
|
||||
/// @RESTQUERYPARAMETERS
|
||||
///
|
||||
/// @RESTQUERYPARAM{waitForSync,boolean,optional}
|
||||
|
@ -933,13 +936,16 @@ function put_graph_vertex (req, res, g) {
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief updates a vertex
|
||||
///
|
||||
/// @RESTHEADER{PATCH /_api/graph/`graph-name`/vertex,update vertex}
|
||||
/// @RESTHEADER{PATCH /_api/graph/`graph-name`/`vertex-name`,update vertex}
|
||||
///
|
||||
/// @RESTURLPARAMETERS
|
||||
///
|
||||
/// @RESTURLPARAM{graph-name,string,required}
|
||||
/// The name of the graph
|
||||
///
|
||||
/// @RESTURLPARAM{vertex-name,string,required}
|
||||
/// The name of the vertex
|
||||
///
|
||||
/// @RESTQUERYPARAMETERS
|
||||
///
|
||||
/// @RESTQUERYPARAM{waitForSync,boolean,optional}
|
||||
|
|
Loading…
Reference in New Issue