mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Small fix
This commit is contained in:
parent
dea03f5396
commit
9e828ecbe7
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class Webhook extends Model
|
|||
])
|
||||
->addRule('signatureKey', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'Signature key which can be used to validated incoming requests',
|
||||
'description' => 'Signature key which can be used to validated incoming',
|
||||
'default' => '',
|
||||
'example' => 'ad3d581ca230e2b7059c545e5a0d1defd8c349f8979b12579e03890aab973bcd23318e4b0ff6190fa3be09d746358821e19147d995210d45855eb3c069f6fd6e',
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue