mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
deprecate controller
This commit is contained in:
parent
0b2c97103c
commit
740fccf3d2
1 changed files with 5 additions and 1 deletions
|
|
@ -69,7 +69,11 @@ export class SearchController {
|
|||
@Endpoint({
|
||||
summary: 'Search large assets',
|
||||
description: 'Search for assets that are considered large based on specified criteria.',
|
||||
history: new HistoryBuilder().added('v1').beta('v1').stable('v2'),
|
||||
history: new HistoryBuilder()
|
||||
.added('v1')
|
||||
.beta('v1')
|
||||
.stable('v2')
|
||||
.deprecated('v3.1.0', { replacementId: 'searchAssets' }),
|
||||
})
|
||||
searchLargeAssets(@Auth() auth: AuthDto, @Query() dto: LargeAssetSearchDto): Promise<AssetResponseDto[]> {
|
||||
return this.service.searchLargeAssets(auth, dto);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue