mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Move scopes
This commit is contained in:
parent
3d3248cbbb
commit
e11e922587
1 changed files with 0 additions and 18 deletions
|
|
@ -130,22 +130,4 @@ return [ // List of publicly visible scopes
|
|||
'assistant.read' => [
|
||||
'description' => 'Access to read the Assistant service',
|
||||
],
|
||||
'policies.write' => [
|
||||
'description' => 'Access to create, update, and delete your backups',
|
||||
],
|
||||
'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.read' => [
|
||||
'description' => 'Access to read your restorations',
|
||||
],
|
||||
'restorations.write' => [
|
||||
'description' => 'Access to create, update, and delete your restoration',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue