From ca5f31dcf64be150ea690bb5bc062da1f50723a5 Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Mon, 23 Aug 2021 23:39:31 +0300 Subject: [PATCH] Update src/Appwrite/Utopia/Response/Model/Attribute.php Co-authored-by: kodumbeats --- src/Appwrite/Utopia/Response/Model/Attribute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Utopia/Response/Model/Attribute.php b/src/Appwrite/Utopia/Response/Model/Attribute.php index 0629c9dda9..145cfa057b 100644 --- a/src/Appwrite/Utopia/Response/Model/Attribute.php +++ b/src/Appwrite/Utopia/Response/Model/Attribute.php @@ -26,7 +26,7 @@ class Attribute extends Model 'type' => self::TYPE_STRING, 'description' => 'Attribute status. Possible values: `available`, `processing`, `deleting`, or `failed`', 'default' => '', - 'example' => 'string', + 'example' => 'available', ]) ->addRule('size', [ 'type' => self::TYPE_STRING,