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?
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?