mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
add config backups scopes
This commit is contained in:
@@ -130,4 +130,10 @@ return [ // List of publicly visible scopes
|
||||
'assistant.read' => [
|
||||
'description' => 'Access to read the Assistant service',
|
||||
],
|
||||
'backups.write' => [
|
||||
'description' => 'Access to create, update, and delete your backups',
|
||||
],
|
||||
'backups.read' => [
|
||||
'description' => 'Access to read the backups service',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user