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', ])