From 97afa959a24f461dd881f1e442cb517c5d88a7fc Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Mon, 24 Jul 2023 02:07:25 +0530 Subject: [PATCH] Update src/Appwrite/Utopia/Response/Model/Func.php Co-authored-by: Eldad A. Fux --- src/Appwrite/Utopia/Response/Model/Func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Utopia/Response/Model/Func.php b/src/Appwrite/Utopia/Response/Model/Func.php index d33a6ff5f0..535895d0c1 100644 --- a/src/Appwrite/Utopia/Response/Model/Func.php +++ b/src/Appwrite/Utopia/Response/Model/Func.php @@ -119,7 +119,7 @@ class Func extends Model ]) ->addRule('vcsRepositoryId', [ 'type' => self::TYPE_STRING, - 'description' => 'Git Repository ID', + 'description' => 'VCS (Version Control System) Repository ID', 'default' => '', 'example' => 'appwrite', ])