Hello,

To hide part of my API documentation, It could be nice to have a swagger
switch off mode.

I am thinking the following code:

<get uri="/user/{id}" produces="application/json">
    <swagger>off</swagger>
    <route>
       ....
       ....
       ....
    </route>
</get>

Best regards



--
View this message in context: 
http://camel.465427.n5.nabble.com/Limit-swagger-API-tp5778791.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to