This goes beyond #48 to correct not only summary but also other tags e.g. example, JSDoc, etc. to make the code more hygienic.
Now the summary on Swagger UI page reflects the information actually returned. Before things were either copied from one method to another or kept generic, so the summarys read strange or incorrect.
I tried to correct as many examples templates as possible, but there are still a few places where I'm not sure how the JSON object will look e.g. under getAccess or mobility/[...]/{csv}.
This goes beyond #48 to correct not only
summary
but also other tags e.g.example
, JSDoc, etc. to make the code more hygienic.Now the
summary
on Swagger UI page reflects the information actually returned. Before things were either copied from one method to another or kept generic, so thesummary
s read strange or incorrect.I tried to correct as many
examples
templates as possible, but there are still a few places where I'm not sure how the JSON object will look e.g. undergetAccess
ormobility/[...]/{csv}
.