mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
draft
This commit is contained in:
@@ -68,6 +68,8 @@ trait ProjectCustom
|
||||
'users.write',
|
||||
'teams.read',
|
||||
'teams.write',
|
||||
'databases.read',
|
||||
'databases.write',
|
||||
'collections.read',
|
||||
'collections.write',
|
||||
'documents.read',
|
||||
@@ -98,7 +100,7 @@ trait ProjectCustom
|
||||
], [
|
||||
'name' => 'Webhook Test',
|
||||
'events' => [
|
||||
'collections.*',
|
||||
'databases.*',
|
||||
'functions.*',
|
||||
'buckets.*',
|
||||
'teams.*',
|
||||
@@ -145,4 +147,4 @@ trait ProjectCustom
|
||||
|
||||
return $key['body']['secret'];
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user