Re: camel-swagger-servlet

2016-11-22 Thread Jonas Koperdraat
> 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

Re: camel-swagger-servlet

2016-11-22 Thread Claus Ibsen
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

camel-swagger-servlet

2016-11-22 Thread Jonas Koperdraat
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