How to remove “try it out” button for POST methods in springdoc.swagger-ui?
I am writing a Java API and wanted to provide automatically generated documentation. I am using springdoc-openapi-starter-webmvc-ui (version 2.6.0) for this and only want to have the “try it out” button for GET methods. Despite their documentation saying that it can be disabled through adding springdoc.swagger-ui.supportedSubmitMethods=GET in your application.properties, this does not seem to do anything in my case. “Try it out” is still shown for POST methods.