Ok, finally found out why it didn't work for me. The reason was that I was using namespaced keywords for my errors, like: :error/some-error
if I changed it to :error-some-error
it started to work
Hey all, how can I use spec-tools to add description on parameters with swagger? It doesn't seem to work for me API
@andreasp1994 did you try setting the :description
?
@ikitommi Yeah I did
Do i just use spec-tools to wrap the specs right? Or is there anything else that I need to do?