Re: camel-swagger-servlet

2016-11-22 Thread Jonas Koperdraat
Thanks for you quick response, Claus. I was afraid of that. I'll look into the apiDocs=false option. Another solution would of course be to have to separate servlets and thereby two seperate Swagger servlets, but I'm not yet sure if that's worth the effort ;) Kind regards, Jonas Op di 22 nov. 20

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-swagger-servlet.