Merge pull request #13075 from thalesmg/hide-clientsv2-api-r57-20240520
docs: hide `/clients_v2` from swagger api docs
This commit is contained in:
commit
8f9942149a
|
@ -136,6 +136,7 @@ schema("/clients_v2") ->
|
||||||
'operationId' => list_clients_v2,
|
'operationId' => list_clients_v2,
|
||||||
get => #{
|
get => #{
|
||||||
description => ?DESC(list_clients),
|
description => ?DESC(list_clients),
|
||||||
|
hidden => true,
|
||||||
tags => ?TAGS,
|
tags => ?TAGS,
|
||||||
parameters => fields(list_clients_v2_inputs),
|
parameters => fields(list_clients_v2_inputs),
|
||||||
responses => #{
|
responses => #{
|
||||||
|
|
Loading…
Reference in New Issue