ring-swagger

popeye 2021-08-02T06:18:54.000200Z

I have an existing req as (GET "/:client_id/client_page")[client_id](get_Client_info client_id), and I want to add optional parameter old_client_id=all how can I append in the get request to obtain optional parameter, I am using compojure