Add backups scopes

This commit is contained in:
fogelito 2024-07-30 10:26:13 +03:00
parent 4f87d72bcd
commit 0ed7827fe4

View file

@ -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',
],
];