mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Fix fileSecurity response model default
This commit is contained in:
parent
5eaabe316c
commit
80d57521aa
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class Bucket extends Model
|
|||
->addRule('fileSecurity', [
|
||||
'type' => self::TYPE_BOOLEAN,
|
||||
'description' => 'Whether file-level security is enabled. [Learn more about permissions](/docs/permissions).',
|
||||
'default' => '',
|
||||
'default' => false,
|
||||
'example' => true,
|
||||
])
|
||||
->addRule('name', [
|
||||
|
|
|
|||
Loading…
Reference in a new issue