mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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', [
|
->addRule('secret', [
|
||||||
'type' => self::TYPE_BOOLEAN,
|
'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,
|
'default' => false,
|
||||||
'example' => false,
|
'example' => false,
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue