diff --git a/src/Appwrite/Utopia/Response/Model/AttributeFloat.php b/src/Appwrite/Utopia/Response/Model/AttributeFloat.php index bfbc98bf60..e8a8a07aea 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeFloat.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeFloat.php @@ -16,7 +16,7 @@ class AttributeFloat extends Attribute 'type' => self::TYPE_STRING, 'description' => 'Attribute Key.', 'default' => '', - 'example' => 'percentCompleted', + 'example' => 'percentageCompleted', ]) ->addRule('type', [ 'type' => self::TYPE_STRING,