mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
misc.
This commit is contained in:
parent
f2f23be648
commit
6d1afea436
1 changed files with 4 additions and 1 deletions
|
|
@ -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', [
|
||||
|
|
|
|||
Loading…
Reference in a new issue