docs(emqx_rule_api_schema): fix type spec

This commit is contained in:
Kjell Winblad 2024-04-08 13:42:15 +02:00
parent b57725f996
commit 02ee873094
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
-export([namespace/0, roots/0, fields/1]).
-type tag() :: rule_creation | rule_test | rule_engine.
-type tag() :: rule_creation | rule_test | rule_engine | rule_apply_test.
-spec check_params(map(), tag()) -> {ok, map()} | {error, term()}.
check_params(Params, Tag) ->