Update src/Appwrite/Utopia/Response/Model/Webhook.php

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
This commit is contained in:
Shimon Newman 2022-06-08 11:03:19 +03:00 committed by GitHub
parent 41ccb6a72b
commit ce6c2d2794
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ class Webhook extends Model
'type' => self::TYPE_STRING,
'description' => 'Signature key which can be used to validated incoming',
'default' => '',
'example' => 'ad3d581ca230e2b7059c545e5a0d1defd8c349f8979b12579e03890aab973bcd23318e4b0ff6190fa3be09d746358821e19147d995210d45855eb3c069f6fd6e',
'example' => 'ad3d581ca230e2b7059c545e5a',
])
;
}