mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
misc.
This commit is contained in:
@@ -49,7 +49,10 @@ class Webhook extends Model
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'Webhook trigger events.',
|
||||
'default' => [],
|
||||
'example' => 'database.tables.update',
|
||||
'example' => [
|
||||
'databases.tables.update',
|
||||
'databases.collections.update'
|
||||
],
|
||||
'array' => true,
|
||||
])
|
||||
->addRule('security', [
|
||||
|
||||
Reference in New Issue
Block a user