ContributionsMost RecentMost LikesSolutionsRe: Intercept api response by using swagger open api to introduce headers. Hi Mahesh, Kindly can you share the solution to include the response headers in to the api json? Regards intercept the Swagger /api-docs call and customize the response by adding extra meta data 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.