mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Add backups scopes
This commit is contained in:
@@ -75,7 +75,13 @@ $admins = [
|
||||
'topics.write',
|
||||
'topics.read',
|
||||
'subscribers.write',
|
||||
'subscribers.read'
|
||||
'subscribers.read',
|
||||
'policies.write',
|
||||
'policies.read',
|
||||
'archives.read',
|
||||
'archives.write',
|
||||
'restorations.read',
|
||||
'restorations.write',
|
||||
];
|
||||
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user