mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
Update the description for secret var
This commit is contained in:
parent
12bddc3b1f
commit
2f9d00fc07
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class Variable extends Model
|
|||
])
|
||||
->addRule('secret', [
|
||||
'type' => self::TYPE_BOOLEAN,
|
||||
'description' => 'Variable secret flag.',
|
||||
'description' => 'Variable secret flag. Secret variables can only be updated or deleted, but never read.',
|
||||
'default' => false,
|
||||
'example' => false,
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue