From a4717d22091489d8a73c6e8b3b7a4d96d3a52c9f Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Fri, 27 Aug 2021 17:18:23 +0800 Subject: [PATCH] fix(config): move config_reset under tags 'configs' --- apps/emqx_management/src/emqx_mgmt_api_configs.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/emqx_management/src/emqx_mgmt_api_configs.erl b/apps/emqx_management/src/emqx_mgmt_api_configs.erl index d335afbb2..ba864fa89 100644 --- a/apps/emqx_management/src/emqx_mgmt_api_configs.erl +++ b/apps/emqx_management/src/emqx_mgmt_api_configs.erl @@ -89,6 +89,7 @@ config_api(ConfPath, Schema) -> config_reset_api() -> Metadata = #{ post => #{ + tags => [configs], description => <<"Reset the config entry specified by the query string parameter `conf_path`.
- For a config entry that has default value, this resets it to the default value; - For a config entry that has no default value, an error 400 will be returned">>,