From 34a80d4b63ba939e765256a0b4a34724f7333076 Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Wed, 1 Jun 2022 16:38:22 +0300 Subject: [PATCH] Update src/Appwrite/Utopia/Response/Model/Key.php Co-authored-by: Eldad A. Fux --- 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 85353cff35..ea553ea64b 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 timestamp.', + 'description' => 'Key expiration in Unix timestamp.', 'default' => 0, 'example' => '1653990687', ])