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,