fix(client mgmt api): require authn for endpoint
Fixes https://emqx.atlassian.net/browse/EMQX-12361
This commit is contained in:
parent
6e03479fd7
commit
39899b917d
|
@ -135,7 +135,6 @@ schema("/clients_v2") ->
|
|||
#{
|
||||
'operationId' => list_clients_v2,
|
||||
get => #{
|
||||
security => [],
|
||||
description => ?DESC(list_clients),
|
||||
tags => ?TAGS,
|
||||
parameters => fields(list_clients_v2_inputs),
|
||||
|
|
Loading…
Reference in New Issue