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

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Shimon Newman 2022-06-01 16:38:22 +03:00 committed by GitHub
parent cd5e6f2542
commit 34a80d4b63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
])