Update src/Appwrite/Utopia/Response/Model/Rule.php

Co-authored-by: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com>
This commit is contained in:
Matej Bačo 2025-02-25 14:37:54 +01:00 committed by GitHub
parent 765a0fa891
commit 88b3791a24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ class Rule extends Model
])
->addRule('automation', [
'type' => self::TYPE_STRING,
'description' => 'Action that result in update of rule. If VCS branch, value can be of syntax "branch=[name]"',
'description' => 'Action that results in a rule update. If VCS branch, value can be of syntax "branch=[name]"',
'array' => false,
'default' => '',
'example' => 'branch=dev',