Skip to content

Commit

Permalink
Update docs json
Browse files Browse the repository at this point in the history
  • Loading branch information
Qstick authored Apr 3, 2023
1 parent aa82217 commit 4bdc01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<ul class="navlist list-unstyled components">
<li class="active">
<a href="javascript:void(0)" onclick='loadSwagger("https://raw.githubusercontent.com/Readarr/Readarr/develop/src/Readarr.Api.V1/swagger.json")'>v1.0 API Docs</a>
<a href="javascript:void(0)" onclick='loadSwagger("https://raw.githubusercontent.com/Readarr/Readarr/develop/src/Readarr.Api.V1/openapi.json")'>v1.0 API Docs</a>
</li>
</ul>

Expand All @@ -68,7 +68,7 @@
<script>
window.onload = function () {
// Begin Swagger UI call region
loadSwagger('https://raw.githubusercontent.com/Readarr/Readarr/develop/src/Readarr.Api.V1/swagger.json')
loadSwagger('https://raw.githubusercontent.com/Readarr/Readarr/develop/src/Readarr.Api.V1/openapi.json')
}

function loadSwagger(apiVersion){
Expand Down

0 comments on commit 4bdc01a

Please sign in to comment.