mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Add backups scopes
This commit is contained in:
parent
4f87d72bcd
commit
0ed7827fe4
1 changed files with 9 additions and 0 deletions
|
|
@ -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',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue