diff --git a/src/Appwrite/Utopia/Database/Validator/Queries/Teams.php b/src/Appwrite/Utopia/Database/Validator/Queries/Teams.php index 67aba71598..3648f8372a 100644 --- a/src/Appwrite/Utopia/Database/Validator/Queries/Teams.php +++ b/src/Appwrite/Utopia/Database/Validator/Queries/Teams.php @@ -6,7 +6,8 @@ class Teams extends Base { public const ALLOWED_ATTRIBUTES = [ 'name', - 'total' + 'total', + 'billingPlan' ]; /**