1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00
appwrite/app/config/scopes.php
2019-12-16 07:11:41 +02:00

22 lines
419 B
PHP

<?php
return [ // List of publicly visible scopes
'users.read',
'users.write',
'teams.read',
'teams.write',
'collections.read',
'collections.write',
'documents.read',
'documents.write',
'files.read',
'files.write',
'platforms.read',
'platforms.write',
'keys.read',
'keys.write',
'tasks.read',
'tasks.write',
'webhooks.read',
'webhooks.write',
];;