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