Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects

:green_heart: Add pipeline

Merged Frederico SEQUEIRA requested to merge add_pipeline into main

Files

docs/index.html 0 → 100644
+ 25
0
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Console — Netbox SYS Plugin Service — v1.0.0"
/>
<title>Console — Netbox SYS Plugin Service — v0.0.1</title>
<link rel="stylesheet" href="https://unpkg.com/swagger-ui-dist@4.5.0/swagger-ui.css" />
</head>
<body>
<div id="swagger-ui"></div>
<script src="https://unpkg.com/swagger-ui-dist@4.5.0/swagger-ui-bundle.js" crossorigin></script>
<script>
window.onload = () => {
window.ui = SwaggerUIBundle({
url: 'sys.openapi.json',
dom_id: '#swagger-ui',
});
};
</script>
</body>
</html>
Loading