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:
parent
7880353224
commit
a5d973b681
|
@ -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