From 34713597353e82859847a1567a6e93dccb78c449 Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:24:12 +0530 Subject: [PATCH] Allow execution filter attributes --- .../Utopia/Database/Validator/Queries/Executions.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Appwrite/Utopia/Database/Validator/Queries/Executions.php b/src/Appwrite/Utopia/Database/Validator/Queries/Executions.php index ecceab7fae..4c0a38b46f 100644 --- a/src/Appwrite/Utopia/Database/Validator/Queries/Executions.php +++ b/src/Appwrite/Utopia/Database/Validator/Queries/Executions.php @@ -8,7 +8,10 @@ class Executions extends Base 'trigger', 'status', 'responseStatusCode', - 'duration' + 'duration', + 'requestMethod', + 'requestPath', + 'deploymentId' ]; /**