API v1.1.0

This commit is contained in:
vfbd
2022-08-10 14:48:01 -04:00
parent becda8b842
commit 2af57adff3
2 changed files with 1979 additions and 42 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -15,12 +15,12 @@
<script src="/static/swagger-ui/swagger-ui-bundle.js" charset="UTF-8"></script> <script src="/static/swagger-ui/swagger-ui-bundle.js" charset="UTF-8"></script>
<script> <script>
window.onload = function() { window.onload = function() {
window.ui = SwaggerUIBundle({ window.ui = SwaggerUIBundle({
url: "{{ url }}", url: "{{ url }}",
oauth2RedirectUrl: "/static/swagger-ui/oauth2-redirect.html", oauth2RedirectUrl: "/static/swagger-ui/oauth2-redirect.html",
dom_id: "#swagger-ui", dom_id: "#swagger-ui",
deepLinking: true, deepLinking: true,
defaultModelsExpandDepth: 0, // Causes the "Schemas" section at the bottom to be collapsed by default
presets: [ presets: [
SwaggerUIBundle.presets.apis SwaggerUIBundle.presets.apis
], ],