From 3d081e1aa55284c1f5ff145a89c19afa4a520e05 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 11 Dec 2023 19:48:52 +0100 Subject: [PATCH] fix: allow billingPlan query on teams --- src/Appwrite/Utopia/Database/Validator/Queries/Teams.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' ]; /**