Fix fileSecurity response model type

This commit is contained in:
Jake Barnby 2022-09-07 18:47:32 +12:00
parent 2634c5ae19
commit 5eaabe316c
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -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,