Merge pull request #13031 from thalesmg/fix-clientsv2-sec-r57-20240513
fix(client mgmt api): require authn for endpoint
This commit is contained in:
commit
81473519bd
|
@ -135,7 +135,6 @@ schema("/clients_v2") ->
|
||||||
#{
|
#{
|
||||||
'operationId' => list_clients_v2,
|
'operationId' => list_clients_v2,
|
||||||
get => #{
|
get => #{
|
||||||
security => [],
|
|
||||||
description => ?DESC(list_clients),
|
description => ?DESC(list_clients),
|
||||||
tags => ?TAGS,
|
tags => ?TAGS,
|
||||||
parameters => fields(list_clients_v2_inputs),
|
parameters => fields(list_clients_v2_inputs),
|
||||||
|
|
Loading…
Reference in New Issue