Skip to content

Commit 753997f

Browse files
authored
fix(api-all): Replaced old documentation with new, autogenerated, one ZMS-154 (#693)
* Added submission api endpoint to api docs generation * fixes + change old documentation for new one * change config
1 parent 836ca26 commit 753997f

File tree

7 files changed

+4
-7143
lines changed

7 files changed

+4
-7143
lines changed

config/apigeneration.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@
6464
}
6565
},
6666
"security": [{ "AccessTokenAuth": [] }],
67-
"docsPath": "/openapidocs.json"
67+
"docsPath": "/docs/api/openapidocs.json"
6868
}

docs/api/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</style>
1515
</head>
1616
<body>
17-
<redoc spec-url="openapi.yml" expand-responses="200,201" path-in-middle-panel="true"></redoc>
17+
<redoc spec-url="openapidocs.json" expand-responses="200,201" path-in-middle-panel="true"></redoc>
1818
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bundles/redoc.standalone.js"></script>
1919
</body>
2020
</html>

0 commit comments

Comments
 (0)