From 0d24ebd6f5ffc38caef4cf0b85d10e0178181715 Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Wed, 1 Jun 2022 12:55:46 +0300 Subject: [PATCH] Update src/Appwrite/Utopia/Response/Model/Key.php Co-authored-by: Torsten Dittmann --- src/Appwrite/Utopia/Response/Model/Key.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Utopia/Response/Model/Key.php b/src/Appwrite/Utopia/Response/Model/Key.php index 48a0b5ac6c..85353cff35 100644 --- a/src/Appwrite/Utopia/Response/Model/Key.php +++ b/src/Appwrite/Utopia/Response/Model/Key.php @@ -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', ])