swaggo / gin-swagger

gin middleware to automatically generate RESTful API documentation with Swagger 2.0.
MIT License
3.76k stars 270 forks source link

tags is not functioning #248

Closed kstan79 closed 1 year ago

kstan79 commented 1 year ago

Refer below photo, the tags is defined according openapi3 documentation. However, it can't display properly in gin-swagger.

api document:

Screenshot 2022-11-29 at 10 58 26 PM

in gin-swagger tags not function well

Screenshot 2022-11-29 at 10 58 12 PM

in swagger-editor and official swaggerhub, it work fine

Screenshot 2022-11-29 at 11 00 46 PM

can I know how to resolve it? Thanks in advance

kstan79 commented 1 year ago

well, it suddenly work nicely. i think most probably cached cause that...