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:
@@ -136,4 +136,13 @@ return [ // List of publicly visible scopes
|
||||
'policies.read' => [
|
||||
'description' => 'Access to read the backups service',
|
||||
],
|
||||
'archives.read' => [
|
||||
'description' => 'Access to read the backups service',
|
||||
],
|
||||
'archives.write' => [
|
||||
'description' => 'Access to create, update, and delete your archive',
|
||||
],
|
||||
'restorations.write' => [
|
||||
'description' => 'Access to create, update, and delete your restoration',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user