style: erlfmt emqx_management

This commit is contained in:
JimMoen 2022-04-19 16:47:44 +08:00
parent 341973880d
commit bf54f571fb
1 changed files with 5 additions and 3 deletions

View File

@ -105,9 +105,11 @@ schema("/configs_reset/:rootname") ->
post => #{ post => #{
tags => [conf], tags => [conf],
description => description =>
<<"Reset the config entry specified by the query string parameter `conf_path`.<br/>\n" <<
"- For a config entry that has default value, this resets it to the default value;\n" "Reset the config entry specified by the query string parameter `conf_path`.<br/>\n"
"- For a config entry that has no default value, an error 400 will be returned">>, "- For a config entry that has default value, this resets it to the default value;\n"
"- For a config entry that has no default value, an error 400 will be returned"
>>,
%% We only return "200" rather than the new configs that has been changed, as %% We only return "200" rather than the new configs that has been changed, as
%% the schema of the changed configs is depends on the request parameter %% the schema of the changed configs is depends on the request parameter
%% `conf_path`, it cannot be defined here. %% `conf_path`, it cannot be defined here.