From cc63479e698d4f6803810ee9557a288247073382 Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Mon, 25 Jul 2022 16:27:31 +0800 Subject: [PATCH] chore: update apps/emqx_management/src/emqx_mgmt_api_publish.erl Co-authored-by: zhouzb --- apps/emqx_management/src/emqx_mgmt_api_publish.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_management/src/emqx_mgmt_api_publish.erl b/apps/emqx_management/src/emqx_mgmt_api_publish.erl index c6f46b74f..bd214a87c 100644 --- a/apps/emqx_management/src/emqx_mgmt_api_publish.erl +++ b/apps/emqx_management/src/emqx_mgmt_api_publish.erl @@ -43,7 +43,7 @@ schema("/publish") -> 'operationId' => publish, post => #{ description => <<"Publish Message">>, - tags => [<<"Mqtt">>], + tags => [<<"Publish">>], 'requestBody' => hoconsc:mk(hoconsc:ref(?MODULE, publish_message)), responses => #{ 200 => hoconsc:mk(hoconsc:ref(?MODULE, publish_message_info))