Skip to content

Commit

Permalink
docs: Increase complexity of G/SetProfileParameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tt2468 committed Dec 29, 2021
1 parent 732d5af commit 707ac3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/requesthandler/RequestHandler_Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ RequestResult RequestHandler::RemoveProfile(const Request& request)
* @responseField defaultParameterValue | String | Default value associated with the parameter. `null` if no default
*
* @requestType GetProfileParameter
* @complexity 3
* @complexity 4
* @rpcVersion -1
* @initialVersion 5.0.0
* @category config
Expand Down Expand Up @@ -378,7 +378,7 @@ RequestResult RequestHandler::GetProfileParameter(const Request& request)
* @requestField parameterValue | String | Value of the parameter to set. Use `null` to delete
*
* @requestType SetProfileParameter
* @complexity 3
* @complexity 4
* @rpcVersion -1
* @initialVersion 5.0.0
* @category config
Expand Down

0 comments on commit 707ac3f

Please sign in to comment.