set-archive-immich
This commit is contained in:
@ -35,4 +35,8 @@ public class AssetsController(AssetService assetService) : ControllerBase
|
||||
public IActionResult SyncImmich(Guid ownerId) =>
|
||||
Ok(_AssetService.SyncImmich(ownerId));
|
||||
|
||||
[HttpGet("{ownerId:guid}/set-archive-immich")]
|
||||
public IActionResult SetArchiveImmich(Guid ownerId) =>
|
||||
Ok(_AssetService.SetArchiveImmich(ownerId));
|
||||
|
||||
}
|
Reference in New Issue
Block a user