You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<title>Swagger UI</title> <style> html { box-sizing: border-box; overflow: -moz-scrollbars-vertical; overflow-y: scroll; } *, *:before, *:after { box-sizing: inherit; } body { margin: 0; background: #fafafa; } </style>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<script> window.onload = function () { // Build a system const ui = SwaggerUIBundle({ url: "/site/json-schema", dom_id: '#swagger-ui', deepLinking: true, jsonEditor: true, displayRequestDuration: true, filter: true, validatorUrl: null, presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ], plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], layout: "StandaloneLayout" }); window.ui = ui } </script> <script src="/assets/392fec08/swagger-ui-bundle.js"></script> <script src="/assets/392fec08/swagger-ui-standalone-preset.js"></script><title>Swagger UI</title> <style> html { box-sizing: border-box; overflow: -moz-scrollbars-vertical; overflow-y: scroll; } *, *:before, *:after { box-sizing: inherit; } body { margin: 0; background: #fafafa; } </style>
The text was updated successfully, but these errors were encountered: