[PR #1436] [MERGED] chore(server): remove deprecated device endpoints #9067

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

📋 Pull Request Information

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

Base: mainHead: chore/remove-deprecated-device-endpoints


📝 Commits (2)

📊 Changes

7 files changed (+1 additions, -457 deletions)

View changed files

📝 mobile/openapi/README.md (+0 -2)
📝 mobile/openapi/doc/DeviceInfoApi.md (+0 -100)
📝 mobile/openapi/lib/api/device_info_api.dart (+0 -104)
📝 mobile/openapi/test/device_info_api_test.dart (+0 -14)
📝 server/apps/immich/src/api-v1/device-info/device-info.controller.ts (+1 -19)
📝 server/immich-openapi-specs.json (+0 -72)
📝 web/src/api/open-api/api.ts (+0 -146)

📄 Description

This PR removes two device endpoints that were deprecated in #1071 (v1.38.0_60-dev). There have been 5 mobile builds/release since then, so I think we can go ahead and remove these.


🔄 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/1436 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 1/27/2023 **Status:** ✅ Merged **Merged:** 1/27/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `chore/remove-deprecated-device-endpoints` --- ### 📝 Commits (2) - [`f414570`](https://github.com/immich-app/immich/commit/f414570c9fe6105c83ca56ff9414cfd3d8a34b67) chore: remove endpoints - [`2fc0953`](https://github.com/immich-app/immich/commit/2fc09531882bbd5d063fe3832fe46cf7010d994e) chore: generate open-api ### 📊 Changes **7 files changed** (+1 additions, -457 deletions) <details> <summary>View changed files</summary> 📝 `mobile/openapi/README.md` (+0 -2) 📝 `mobile/openapi/doc/DeviceInfoApi.md` (+0 -100) 📝 `mobile/openapi/lib/api/device_info_api.dart` (+0 -104) 📝 `mobile/openapi/test/device_info_api_test.dart` (+0 -14) 📝 `server/apps/immich/src/api-v1/device-info/device-info.controller.ts` (+1 -19) 📝 `server/immich-openapi-specs.json` (+0 -72) 📝 `web/src/api/open-api/api.ts` (+0 -146) </details> ### 📄 Description This PR removes two device endpoints that were deprecated in #1071 (`v1.38.0_60-dev`). There have been 5 mobile builds/release since then, so I think we can go ahead and remove these. --- <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 13:57:56 +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#9067