> wrote:
> > 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 e
No you cannot have two versions.
But I think there was a way to set that an api was internal using the
swagger api to set apiDocs=false on the verbs you dont want
On Tue, Nov 22, 2016 at 1:03 PM, Jonas Koperdraat
wrote:
> Hi,
>
> We have multiple REST API's documented with camel-s
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
possib