mirror of https://gitee.com/bigwinds/arangodb
fixed wrong REST API parameter type in documentation
This commit is contained in:
parent
a5d4b1b5a1
commit
dab81b1702
|
@ -1036,7 +1036,7 @@ bool RestDocumentHandler::replaceDocument () {
|
||||||
///
|
///
|
||||||
/// @RESTQUERYPARAMETERS
|
/// @RESTQUERYPARAMETERS
|
||||||
///
|
///
|
||||||
/// @RESTQUERYPARAM{keepNull,string,optional}
|
/// @RESTQUERYPARAM{keepNull,boolean,optional}
|
||||||
/// If the intention is to delete existing attributes with the patch command,
|
/// If the intention is to delete existing attributes with the patch command,
|
||||||
/// the URL query parameter `keepNull` can be used with a value of `false`.
|
/// the URL query parameter `keepNull` can be used with a value of `false`.
|
||||||
/// This will modify the behavior of the patch command to remove any attributes
|
/// This will modify the behavior of the patch command to remove any attributes
|
||||||
|
|
|
@ -574,7 +574,7 @@ bool RestEdgeHandler::createDocument () {
|
||||||
///
|
///
|
||||||
/// @RESTQUERYPARAMETERS
|
/// @RESTQUERYPARAMETERS
|
||||||
///
|
///
|
||||||
/// @RESTQUERYPARAM{keepNull,string,optional}
|
/// @RESTQUERYPARAM{keepNull,boolean,optional}
|
||||||
/// If the intention is to delete existing attributes with the patch command,
|
/// If the intention is to delete existing attributes with the patch command,
|
||||||
/// the URL query parameter `keepNull` can be used with a value of `false`.
|
/// the URL query parameter `keepNull` can be used with a value of `false`.
|
||||||
/// This will modify the behavior of the patch command to remove any attributes
|
/// This will modify the behavior of the patch command to remove any attributes
|
||||||
|
|
|
@ -1476,7 +1476,7 @@ function delete_api_structure (req, res) {
|
||||||
///
|
///
|
||||||
/// @RESTQUERYPARAMETERS
|
/// @RESTQUERYPARAMETERS
|
||||||
///
|
///
|
||||||
/// @RESTQUERYPARAM{keepNull,string,optional}
|
/// @RESTQUERYPARAM{keepNull,boolean,optional}
|
||||||
/// If the intention is to delete existing attributes with the patch command,
|
/// If the intention is to delete existing attributes with the patch command,
|
||||||
/// the URL query parameter `keepNull` can be used with a value of `false`.
|
/// the URL query parameter `keepNull` can be used with a value of `false`.
|
||||||
/// This will modify the behavior of the patch command to remove any attributes
|
/// This will modify the behavior of the patch command to remove any attributes
|
||||||
|
|
Loading…
Reference in New Issue