Merge pull request #725 from thornbill/update-openapi-urls

Update openapi spec urls
This commit is contained in:
Bill Thornton 2024-07-01 11:39:07 -04:00 committed by GitHub
commit 475f636402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
- name: Download unstable OpenAPI schema
run: |
curl -sL https://repo.jellyfin.org/releases/openapi/jellyfin-openapi-unstable.json -o openapi.json
curl -sL https://api.jellyfin.org/openapi/jellyfin-openapi-unstable.json -o openapi.json
npm run fix-schema
cp openapi.json $HOME

View File

@ -22,7 +22,7 @@ jobs:
- name: Download stable OpenAPI schema
run: |
curl -sL https://repo.jellyfin.org/releases/openapi/jellyfin-openapi-stable.json -o openapi.json
curl -sL https://api.jellyfin.org/openapi/jellyfin-openapi-stable.json -o openapi.json
npm run fix-schema
cp openapi.json $HOME