1
0
Fork 0

fixed wrong REST API parameter type in documentation

This commit is contained in:
Jan Steemann 2014-01-31 13:54:47 +01:00
parent a5d4b1b5a1
commit dab81b1702
3 changed files with 3 additions and 3 deletions

View File

@ -1036,7 +1036,7 @@ bool RestDocumentHandler::replaceDocument () {
///
/// @RESTQUERYPARAMETERS
///
/// @RESTQUERYPARAM{keepNull,string,optional}
/// @RESTQUERYPARAM{keepNull,boolean,optional}
/// 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`.
/// This will modify the behavior of the patch command to remove any attributes

View File

@ -574,7 +574,7 @@ bool RestEdgeHandler::createDocument () {
///
/// @RESTQUERYPARAMETERS
///
/// @RESTQUERYPARAM{keepNull,string,optional}
/// @RESTQUERYPARAM{keepNull,boolean,optional}
/// 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`.
/// This will modify the behavior of the patch command to remove any attributes

View File

@ -1476,7 +1476,7 @@ function delete_api_structure (req, res) {
///
/// @RESTQUERYPARAMETERS
///
/// @RESTQUERYPARAM{keepNull,string,optional}
/// @RESTQUERYPARAM{keepNull,boolean,optional}
/// 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`.
/// This will modify the behavior of the patch command to remove any attributes