mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 05:59:44 +00:00
Merge pull request #725 from thornbill/update-openapi-urls
Update openapi spec urls
This commit is contained in:
commit
475f636402
2
.github/workflows/sdk-unstable-branch.yaml
vendored
2
.github/workflows/sdk-unstable-branch.yaml
vendored
@ -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
|
||||
|
||||
|
2
.github/workflows/sdk-update-api-spec.yaml
vendored
2
.github/workflows/sdk-update-api-spec.yaml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user