Преглед изворни кода

chore: update apps/emqx_management/src/emqx_mgmt_api_publish.erl

Co-authored-by: zhouzb <zhouzb@emqx.io>
zhongwencool пре 3 година
родитељ
комит
087a098d64
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/emqx_management/src/emqx_mgmt_api_publish.erl

+ 1 - 1
apps/emqx_management/src/emqx_mgmt_api_publish.erl

@@ -55,7 +55,7 @@ schema("/publish/bulk") ->
         'operationId' => publish_batch,
         post => #{
             description => <<"Publish Messages">>,
-            tags => [<<"Mqtt">>],
+            tags => [<<"Publish">>],
             'requestBody' => hoconsc:mk(hoconsc:array(hoconsc:ref(?MODULE, publish_message)), #{}),
             responses => #{
                 200 => hoconsc:mk(hoconsc:array(hoconsc:ref(?MODULE, publish_message_info)), #{})