mirror of
https://github.com/immich-app/immich.git
synced 2026-02-12 20:08:25 +03:00
rename updateAlbumUser rest endpoint
This commit is contained in:
@@ -98,7 +98,7 @@ export class AlbumController {
|
||||
return this.service.removeUser(auth, id, userId);
|
||||
}
|
||||
|
||||
@Put(':id/permission/:userId')
|
||||
@Put(':id/user/:userId')
|
||||
updateAlbumUser(
|
||||
@Auth() auth: AuthDto,
|
||||
@Param() { id }: UUIDParamDto,
|
||||
|
||||
Reference in New Issue
Block a user