mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
bb06990957
requireAccess threw BadRequestException which is incorrect HTTP semantics. Access denial is a client authorization problem (403 Forbidden), not a malformed request (400 Bad Request). Keep the descriptive permission name in the message since the full permission set is public API surface.