Parcourir la source

fix(config): move config_reset under tags 'configs'

Shawn il y a 4 ans
Parent
commit
a4717d2209
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      apps/emqx_management/src/emqx_mgmt_api_configs.erl

+ 1 - 0
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`.<br/>
 - 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">>,