fix(server): scoped permissions for more endpoints (#25452)

This commit is contained in:
Mees Frensel
2026-01-23 15:03:57 +01:00
committed by GitHub
parent 84679fb2b2
commit 20dca39143
7 changed files with 16 additions and 5 deletions
@@ -202,7 +202,7 @@ export class AssetMediaController {
}
@Post('exist')
@Authenticated()
@Authenticated({ permission: Permission.AssetUpload })
@Endpoint({
summary: 'Check existing assets',
description: 'Checks if multiple assets exist on the server and returns all existing - used by background backup',