mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
restorations.read
This commit is contained in:
parent
0ed7827fe4
commit
85b43d1f5c
1 changed files with 3 additions and 0 deletions
|
|
@ -142,6 +142,9 @@ return [ // List of publicly visible scopes
|
|||
'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