Fork me on GitHub
#ring-swagger
<
2016-06-27
>
leo.ribeiro19:06:10

:query-params [ids :- String display :- String] guys how can I turn the above parameters as optional instead of required?

ikitommi22:06:49

@leo.ribeiro: with :query-params [{ids :- String ""}, {display :- String "default"}]

leo.ribeiro22:06:18

@ikitommi: thank you… do you know where can I find this?

leo.ribeiro22:06:33

like in the docs, or how can I find this in the source?

ikitommi22:06:25

I think it should be better visible and linked in the wiki

ikitommi22:06:33

With examples.

leo.ribeiro22:06:52

@ikitommi: thank you, I will take a look