Fork me on GitHub
#ring-swagger
<
2018-07-16
>
Empperi13:07:59

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

Empperi13:07:09

if I changed it to :error-some-error it started to work

Andreasp199414:07:12

Hey all, how can I use spec-tools to add description on parameters with swagger? It doesn't seem to work for me API

ikitommi16:07:13

@andreasp1994 did you try setting the :description?

Andreasp199418:07:24

Do i just use spec-tools to wrap the specs right? Or is there anything else that I need to do?