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

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
This commit is contained in:
Shimon Newman
2022-06-01 12:55:46 +03:00
committed by GitHub
co-authored by Torsten Dittmann
parent c31055f144
commit 0d24ebd6f5
+1 -1
View File
@@ -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',
])