dropwizard-swagger icon indicating copy to clipboard operation
dropwizard-swagger copied to clipboard

Disable Try It Out Button

Open bharathr88 opened this issue 6 years ago • 0 comments

I am using this swagger implementation in a dropwizard project. Is there a way for me to disable/hide the 'try it out' button?

I see that the code has set: supportedSubmitMethods: ["get", "post", "put", "delete", "patch"],

Is there any way for me to override this/modify the values?

bharathr88 avatar Dec 06 '18 22:12 bharathr88