docs: hide `/clients_v2` from swagger api docs

Since it's not yet ready for production, we'll hide it from the API docs.
This commit is contained in:
Thales Macedo Garitezi 2024-05-20 10:00:27 -03:00
parent 7880353224
commit a5d973b681
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ schema("/clients_v2") ->
'operationId' => list_clients_v2,
get => #{
description => ?DESC(list_clients),
hidden => true,
tags => ?TAGS,
parameters => fields(list_clients_v2_inputs),
responses => #{