Skip to content

Commit 18a7d8a

Browse files
authored
Merge pull request #615 from geoadmin/develop
New Release v2.2.2 - #patch
2 parents 90c8d60 + d8060ad commit 18a7d8a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

spec/static/spec/v0.9/api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>data.geo.admin.ch STAC API</h1>
2020
</header>
2121

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

4949
</body>
5050

51-
</html>
51+
</html>

spec/static/spec/v0.9/apitransactional.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>data.geo.admin.ch STAC API</h1>
1818
</header>
1919

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

48-
</html>
48+
</html>

spec/static/spec/v1/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>data.geo.admin.ch STAC API</h1>
2020
</header>
2121

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

spec/static/spec/v1/apitransactional.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>data.geo.admin.ch STAC API</h1>
1818
</header>
1919

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

0 commit comments

Comments
 (0)