Skip to content

Commit

Permalink
fix(api-all): Replaced old documentation with new, autogenerated, one…
Browse files Browse the repository at this point in the history
… ZMS-154 (#693)

* Added submission api endpoint to api docs generation

* fixes + change old documentation for new one

* change config
  • Loading branch information
NickOvt committed May 30, 2024
1 parent 836ca26 commit 753997f
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 7,143 deletions.
2 changes: 1 addition & 1 deletion config/apigeneration.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
}
},
"security": [{ "AccessTokenAuth": [] }],
"docsPath": "/openapidocs.json"
"docsPath": "/docs/api/openapidocs.json"
}
2 changes: 1 addition & 1 deletion docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</style>
</head>
<body>
<redoc spec-url="openapi.yml" expand-responses="200,201" path-in-middle-panel="true"></redoc>
<redoc spec-url="openapidocs.json" expand-responses="200,201" path-in-middle-panel="true"></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@2.0.0-rc.46/bundles/redoc.standalone.js"></script>
</body>
</html>
Loading

0 comments on commit 753997f

Please sign in to comment.