[PR #3500] [MERGED] chore(server): auto sort open api spec #9997

Closed
opened 2026-02-05 14:14:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/3500
Author: @jrasm91
Created: 8/1/2023
Status: Merged
Merged: 8/1/2023
Merged by: @alextran1502

Base: mainHead: chore/open-api-sorted-keys


📝 Commits (2)

📊 Changes

190 files changed (+4922 additions, -4918 deletions)

View changed files

📝 cli/src/api/open-api/api.ts (+475 -475)
📝 mobile/openapi/doc/APIKeyCreateResponseDto.md (+1 -1)
📝 mobile/openapi/doc/APIKeyResponseDto.md (+1 -1)
📝 mobile/openapi/doc/AddAssetsResponseDto.md (+2 -2)
📝 mobile/openapi/doc/AdminSignupResponseDto.md (+2 -2)
📝 mobile/openapi/doc/AlbumCountResponseDto.md (+1 -1)
📝 mobile/openapi/doc/AlbumResponseDto.md (+7 -7)
📝 mobile/openapi/doc/AllJobStatusResponseDto.md (+6 -6)
📝 mobile/openapi/doc/AssetApi.md (+10 -10)
📝 mobile/openapi/doc/AssetBulkUploadCheckItem.md (+1 -1)
📝 mobile/openapi/doc/AssetBulkUploadCheckResult.md (+2 -2)
📝 mobile/openapi/doc/AssetCountByTimeBucket.md (+1 -1)
📝 mobile/openapi/doc/AssetCountByTimeBucketResponseDto.md (+1 -1)
📝 mobile/openapi/doc/AssetFileUploadResponseDto.md (+1 -1)
📝 mobile/openapi/doc/AssetIdsResponseDto.md (+1 -1)
📝 mobile/openapi/doc/AssetResponseDto.md (+14 -14)
📝 mobile/openapi/doc/AssetStatsResponseDto.md (+1 -1)
📝 mobile/openapi/doc/AuthDeviceResponseDto.md (+3 -3)
📝 mobile/openapi/doc/BulkIdResponseDto.md (+1 -1)
📝 mobile/openapi/doc/ChangePasswordDto.md (+1 -1)

...and 80 more files

📄 Description

Recursively sort the open-api-spec to reduce noise (due to route order changes).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/3500 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 8/1/2023 **Status:** ✅ Merged **Merged:** 8/1/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `chore/open-api-sorted-keys` --- ### 📝 Commits (2) - [`4fa320b`](https://github.com/immich-app/immich/commit/4fa320b43cb77652fc81ac02d00412ea89d9f2f1) chore: recursively sort api keys - [`0a0f72c`](https://github.com/immich-app/immich/commit/0a0f72c9854b89e92ef4b9339b33caab88ed115c) chore: open api ### 📊 Changes **190 files changed** (+4922 additions, -4918 deletions) <details> <summary>View changed files</summary> 📝 `cli/src/api/open-api/api.ts` (+475 -475) 📝 `mobile/openapi/doc/APIKeyCreateResponseDto.md` (+1 -1) 📝 `mobile/openapi/doc/APIKeyResponseDto.md` (+1 -1) 📝 `mobile/openapi/doc/AddAssetsResponseDto.md` (+2 -2) 📝 `mobile/openapi/doc/AdminSignupResponseDto.md` (+2 -2) 📝 `mobile/openapi/doc/AlbumCountResponseDto.md` (+1 -1) 📝 `mobile/openapi/doc/AlbumResponseDto.md` (+7 -7) 📝 `mobile/openapi/doc/AllJobStatusResponseDto.md` (+6 -6) 📝 `mobile/openapi/doc/AssetApi.md` (+10 -10) 📝 `mobile/openapi/doc/AssetBulkUploadCheckItem.md` (+1 -1) 📝 `mobile/openapi/doc/AssetBulkUploadCheckResult.md` (+2 -2) 📝 `mobile/openapi/doc/AssetCountByTimeBucket.md` (+1 -1) 📝 `mobile/openapi/doc/AssetCountByTimeBucketResponseDto.md` (+1 -1) 📝 `mobile/openapi/doc/AssetFileUploadResponseDto.md` (+1 -1) 📝 `mobile/openapi/doc/AssetIdsResponseDto.md` (+1 -1) 📝 `mobile/openapi/doc/AssetResponseDto.md` (+14 -14) 📝 `mobile/openapi/doc/AssetStatsResponseDto.md` (+1 -1) 📝 `mobile/openapi/doc/AuthDeviceResponseDto.md` (+3 -3) 📝 `mobile/openapi/doc/BulkIdResponseDto.md` (+1 -1) 📝 `mobile/openapi/doc/ChangePasswordDto.md` (+1 -1) _...and 80 more files_ </details> ### 📄 Description Recursively sort the open-api-spec to reduce noise (due to route order changes). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:14:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9997