fix(config): move config_reset under tags 'configs'
This commit is contained in:
parent
e6ee8ec140
commit
a4717d2209
|
@ -89,6 +89,7 @@ config_api(ConfPath, Schema) ->
|
||||||
config_reset_api() ->
|
config_reset_api() ->
|
||||||
Metadata = #{
|
Metadata = #{
|
||||||
post => #{
|
post => #{
|
||||||
|
tags => [configs],
|
||||||
description => <<"Reset the config entry specified by the query string parameter `conf_path`.<br/>
|
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 default value, this resets it to the default value;
|
||||||
- For a config entry that has no default value, an error 400 will be returned">>,
|
- For a config entry that has no default value, an error 400 will be returned">>,
|
||||||
|
|
Loading…
Reference in New Issue