2025-01-28 17:56:30 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2025-05-23 17:25:17 +02:00
|
|
|
<title>Garage administration API v2</title>
|
2025-01-28 17:56:30 +01:00
|
|
|
<!-- 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>
|
2025-03-06 11:51:48 +01:00
|
|
|
<redoc spec-url='./garage-admin-v2.json'></redoc>
|
2025-01-28 17:56:30 +01:00
|
|
|
<script src="./redoc.standalone.js"> </script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|