Skip to content

Commit

Permalink
Merge pull request #106 from rcpch/mbarton/fix-swagger-ui
Browse files Browse the repository at this point in the history
Fix Swagger UI by bumping version
  • Loading branch information
mbarton committed May 14, 2024
2 parents 02bc25d + 266f9ea commit 09e4d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrator/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ audience: integrators, implementers, technical-architects
# API Reference

<!-- Embeds the Swagger UI view of the API reference here -->
<link type="text/css" rel="stylesheet" href="https://unpkg.com/swagger-ui-dist@3/swagger-ui.css">
<link type="text/css" rel="stylesheet" href="https://unpkg.com/swagger-ui-dist@5/swagger-ui.css">

<div id="swagger-ui"></div>

<script src="https://unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js" charset="UTF-8"></script>
<script src="https://unpkg.com/swagger-ui-dist@5/swagger-ui-bundle.js" charset="UTF-8"></script>

<script>
const ui = SwaggerUIBundle({
Expand Down

0 comments on commit 09e4d08

Please sign in to comment.