Merge pull request #13031 from thalesmg/fix-clientsv2-sec-r57-20240513

fix(client mgmt api): require authn for endpoint
This commit is contained in:
Thales Macedo Garitezi 2024-05-13 12:17:31 -03:00 committed by GitHub
commit 81473519bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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),