This is an automated email from the ASF dual-hosted git repository. kmarlis pushed a commit to branch analysis_api in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
commit 22a759955ade1754c6a788c4a2e455759edbd88f Author: kevinmarlis <[email protected]> AuthorDate: Mon May 20 11:39:02 2024 -0700 Disable the try it now button --- analysis/webservice/apidocs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/analysis/webservice/apidocs/index.html b/analysis/webservice/apidocs/index.html index 086788b..fbec215 100644 --- a/analysis/webservice/apidocs/index.html +++ b/analysis/webservice/apidocs/index.html @@ -57,6 +57,7 @@ url: "/apidocs/openapi.yml", dom_id: '#swagger-ui', deepLinking: true, + supportedSubmitMethods: [], presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset
