guichet/openapi/guichet-api.html
Quentin Dufour 87e7a9e3ce
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
add openapi doc
2025-02-19 20:34:34 +01:00

24 lines
555 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Guichet Adminstration API v0</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./css/redoc.css" rel="stylesheet">
<!--
Redoc doesn't change outer page styles
-->
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<redoc spec-url='./guichet-api.yml'></redoc>
<script src="./redoc.standalone.js"> </script>
</body>
</html>