diff --git a/src/Appwrite/Utopia/Response/Model/Project.php b/src/Appwrite/Utopia/Response/Model/Project.php index 1ada772e8..fa3589e1f 100644 --- a/src/Appwrite/Utopia/Response/Model/Project.php +++ b/src/Appwrite/Utopia/Response/Model/Project.php @@ -90,7 +90,7 @@ class Project extends Model 'example' => '131102020', ]) ->addRule('usersAuthLimit', [ - 'type' => self::TYPE_BOOLEAN, + 'type' => self::TYPE_INTEGER, 'description' => 'Max users allowed. 0 is unlimited.', 'default' => 0, 'example' => 100,