mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
fix: add scoped API permissions to map endpoints (#25423)
This commit is contained in:
parent
3304c8efd8
commit
c320146538
5 changed files with 18 additions and 3 deletions
|
|
@ -5534,6 +5534,8 @@ export enum Permission {
|
|||
TimelineRead = "timeline.read",
|
||||
TimelineDownload = "timeline.download",
|
||||
Maintenance = "maintenance",
|
||||
MapRead = "map.read",
|
||||
MapSearch = "map.search",
|
||||
MemoryCreate = "memory.create",
|
||||
MemoryRead = "memory.read",
|
||||
MemoryUpdate = "memory.update",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue