mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update src/Appwrite/Utopia/Response/Model/Rule.php
Co-authored-by: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com>
This commit is contained in:
parent
765a0fa891
commit
88b3791a24
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue