<!-- HTML for static distribution bundle build -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>API Docs | Project Radar</title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.11.0/swagger-ui.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.11.0/index.css" />
<link rel="icon" type="image/png" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.11.0/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href=".https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.11.0/favicon-16x16.png" sizes="16x16" />
<style>
.swagger-ui .opblock.opblock-deprecated {
background: hsla(0,0%,92%,.3);
border-color: #ebebeb;
opacity: 1;
}
.swagger-ui .opblock.opblock-deprecated .opblock-summary{
border-color: #ebebeb;
}
.swagger-ui .opblock .opblock-summary-path__deprecated {
text-decoration: none;
}
</style>
</head>
<body>
<div id="swagger-ui"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.11.0/swagger-ui-bundle.js" charset="UTF-8"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.11.0/swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
<script>
window.onload = function() {
const HideCurlPlugin = () => {
return {
wrapComponents: {
curl: () => () => null
}
}
}
window.ui = SwaggerUIBundle({
url: '{{ yamlUrl }}',
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
],
plugins: [
HideCurlPlugin
],
layout: "BaseLayout"
});
//</editor-fold>
};
</script>
</body>
</html>