Merge pull request #23712 from nextcloud/enh/noid/add-size-to-file-obj-definition
Add optional size field for the file obj
This commit is contained in:
commit
7949854837
|
@ -254,6 +254,12 @@ class Definitions {
|
|||
'description' => 'The file name which should be used in the visual representation',
|
||||
'example' => 'file.txt',
|
||||
],
|
||||
'size' => [
|
||||
'since' => '21.0.0',
|
||||
'required' => false,
|
||||
'description' => 'The file size in bytes',
|
||||
'example' => '3145728',
|
||||
],
|
||||
'path' => [
|
||||
'since' => '11.0.0',
|
||||
'required' => true,
|
||||
|
|
Loading…
Reference in New Issue