chore: update apps/emqx_management/src/emqx_mgmt_api_publish.erl
Co-authored-by: zhouzb <zhouzb@emqx.io>
This commit is contained in:
parent
087a098d64
commit
cc63479e69
|
@ -43,7 +43,7 @@ schema("/publish") ->
|
||||||
'operationId' => publish,
|
'operationId' => publish,
|
||||||
post => #{
|
post => #{
|
||||||
description => <<"Publish Message">>,
|
description => <<"Publish Message">>,
|
||||||
tags => [<<"Mqtt">>],
|
tags => [<<"Publish">>],
|
||||||
'requestBody' => hoconsc:mk(hoconsc:ref(?MODULE, publish_message)),
|
'requestBody' => hoconsc:mk(hoconsc:ref(?MODULE, publish_message)),
|
||||||
responses => #{
|
responses => #{
|
||||||
200 => hoconsc:mk(hoconsc:ref(?MODULE, publish_message_info))
|
200 => hoconsc:mk(hoconsc:ref(?MODULE, publish_message_info))
|
||||||
|
|
Loading…
Reference in New Issue