Skip to content

Commit

Permalink
Fix Swagger UI by bumping version
Browse files Browse the repository at this point in the history
Error on https://growth.rcpch.ac.uk/integrator/api-reference/ at the moment:

Unable to render this definition

The provided definition does not specify a valid version field.

Please indicate a valid Swagger or OpenAPI version field. Supported version fields are swagger: "2.0" and those that match openapi: 3.0.n (for example, openapi: 3.0.0).
  • Loading branch information
mbarton authored May 14, 2024
1 parent 02bc25d commit 266f9ea
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 266f9ea

Please sign in to comment.