Hi, We have multiple REST API's documented with camel-swagger-servlet. These API's have some endpoints that are meant to be public and some that are meant to be private (or internal). Is it possible to filter the private endpoints from the Swagger documentation? And if so, is it possible to have two versions of the swagger drocumentation; one with all the API endpoints, and one with the private endpoints filtered?
Kind reagrds, Jonas