Forum Discussion
No RepliesBe the first to reply
Related Content
- 2 years ago
- 8 months ago
- 4 years ago
- 8 years ago
Recent Discussions
- 7 days ago
- 7 days ago
- 24 days ago
Hi all,
I am using SpringFox Swagger 2 in my SpringBoot Application. I need to added some extra meta data in the swagger documentation for all of my models. So, I was thinking to intercept the Swagger document before it's returned in the response of /api-docs, to manually customize the JSON object/swagger file, and add extra metadata for the model.
Is this the right direction? Any ideas how to achieve this?
Regards and thanks in advance.