Merge pull request #833 from jellyfin/openapi-update-0
Some checks failed
Code quality / Lint (push) Has been cancelled
Code quality / TypeScript Build (push) Has been cancelled
CodeQL / Analyze (typescript) (push) Has been cancelled
SDK Documentation Publish / Build Documentation (push) Has been cancelled
SDK Unstable Branch / update (push) Has been cancelled
Test / Test (push) Has been cancelled
SDK Documentation Publish / Deploy to GitHub Pages (push) Has been cancelled

Update OpenAPI to 10.10.3
This commit is contained in:
Bill Thornton 2024-11-19 09:59:22 -05:00 committed by GitHub
commit 9c48e8f8bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
openapi.json vendored
View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c9a6321ae707c61cc4bb07b1c918390c0f02568d7a2d2e96ab94bb1d214c2d7
oid sha256:7b13b7c577eaf62d0190a2c2fd908751cd45fa38d1f3b2ff0d546642ae38e23a
size 862642

View File

@ -5,7 +5,7 @@
*/
/** The current API version of the generated client. */
export const API_VERSION = '10.10.2';
export const API_VERSION = '10.10.3';
/** The minimum supported server version. */
export const MINIMUM_VERSION = '10.9.0';