Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/static/spec/v0.9/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>data.geo.admin.ch STAC API</h1>
</header>

<div id="content" class="row" style="background-color:white;">
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
<script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"> </script>
<script type="text/javascript">
Redoc.init('openapi.yaml', {
expandResponses: "200,201,202,203,204",
Expand Down Expand Up @@ -48,4 +48,4 @@ <h1>data.geo.admin.ch STAC API</h1>

</body>

</html>
</html>
4 changes: 2 additions & 2 deletions spec/static/spec/v0.9/apitransactional.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>data.geo.admin.ch STAC API</h1>
</header>

<div id="content" class="row" style="background-color:white;">
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
<script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"> </script>
<script type="text/javascript">
Redoc.init('openapitransactional.yaml', {
expandResponses: "200,201,202,203,204",
Expand All @@ -45,4 +45,4 @@ <h1>data.geo.admin.ch STAC API</h1>
</footer>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion spec/static/spec/v1/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>data.geo.admin.ch STAC API</h1>
</header>

<div id="content" class="row" style="background-color:white;">
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
<script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"> </script>
<script type="text/javascript">
Redoc.init('openapi.yaml', {
expandResponses: "200,201,202,203,204",
Expand Down
2 changes: 1 addition & 1 deletion spec/static/spec/v1/apitransactional.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>data.geo.admin.ch STAC API</h1>
</header>

<div id="content" class="row" style="background-color:white;">
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
<script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"> </script>
<script type="text/javascript">
Redoc.init('openapitransactional.yaml', {
expandResponses: "200,201,202,203,204",
Expand Down
Loading