mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Update src/Appwrite/Utopia/Response/Model/Key.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
parent
cd5e6f2542
commit
34a80d4b63
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class Key extends Model
|
|||
])
|
||||
->addRule('expire', [
|
||||
'type' => self::TYPE_INTEGER,
|
||||
'description' => 'Key expiration timestamp.',
|
||||
'description' => 'Key expiration in Unix timestamp.',
|
||||
'default' => 0,
|
||||
'example' => '1653990687',
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue