From 856c1d685ea0a7da89e6d4d6af41b4b172b2e1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Mon, 24 Nov 2025 15:19:41 +0100 Subject: [PATCH] Remove functions refference to start command --- src/Appwrite/Utopia/Response/Model/Func.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Appwrite/Utopia/Response/Model/Func.php b/src/Appwrite/Utopia/Response/Model/Func.php index 9b21f36e60..e33d7663fd 100644 --- a/src/Appwrite/Utopia/Response/Model/Func.php +++ b/src/Appwrite/Utopia/Response/Model/Func.php @@ -140,12 +140,6 @@ class Func extends Model 'default' => '', 'example' => 'npm install', ]) - ->addRule('startCommand', [ - 'type' => self::TYPE_STRING, - 'description' => 'Custom command to use when starting function runtime.', - 'default' => '', - 'example' => 'node custom-server.mjs', - ]) ->addRule('version', [ 'type' => self::TYPE_STRING, 'description' => 'Version of Open Runtimes used for the function.',