2023-10-20 03:46:10 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Websoft9 API Documentationc</title>
|
|
|
|
<!-- needed for adaptive design -->
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Redoc doesn't change outer page styles
|
|
|
|
-->
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
2023-10-24 06:49:44 +00:00
|
|
|
<redoc spec-url='https://support.websoft9.com/apidocs/openapi.json'></redoc>
|
2023-10-20 03:46:10 +00:00
|
|
|
<script src="https://support.websoft9.com/apidocs/redoc.standalone.js"> </script>
|
|
|
|
</body>
|
|
|
|
</html>
|