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