mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
add bucketId
This commit is contained in:
parent
6b447232b9
commit
2481208b38
1 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,12 @@ class File extends Model
|
|||
'default' => '',
|
||||
'example' => '5e5ea5c16897e',
|
||||
])
|
||||
->addRule('bucketId', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'Bucket ID.',
|
||||
'default' => '',
|
||||
'example' => '5e5ea5c16897e',
|
||||
])
|
||||
->addRule('$read', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'File read permissions.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue