mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Utopia/Response/Model/Key.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
This commit is contained in:
co-authored by
Torsten Dittmann
parent
c31055f144
commit
0d24ebd6f5
@@ -29,7 +29,7 @@ class Key extends Model
|
||||
])
|
||||
->addRule('expire', [
|
||||
'type' => self::TYPE_INTEGER,
|
||||
'description' => 'Key expiration .',
|
||||
'description' => 'Key expiration timestamp.',
|
||||
'default' => 0,
|
||||
'example' => '1653990687',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user