Skip to content

Commit

Permalink
Merge pull request #45424 from nextcloud/feat/richobjectstrings/missi…
Browse files Browse the repository at this point in the history
…ng-talk-file-metadata
  • Loading branch information
provokateurin committed Jun 6, 2024
2 parents 31c07d0 + 1061af6 commit edd59ee
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions lib/public/RichObjectStrings/Definitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,30 @@ class Definitions {
'description' => 'The mtime of the file/folder as unix timestamp',
'example' => '1661854213',
],
'etag' => [
'since' => '25.0.0',
'required' => false,
'description' => 'The ETag of the file/folder',
'example' => 'abcdefghi',
],
'permissions' => [
'since' => '25.0.0',
'required' => false,
'description' => 'The permissions on the file/folder',
'example' => '3',
],
'width' => [
'since' => '29.0.0',
'required' => false,
'description' => 'The width in pixels if the file is an image',
'example' => '1920',
],
'height' => [
'since' => '29.0.0',
'required' => false,
'description' => 'The height in pixels if the file is an image',
'example' => '1080',
],
],
],
'forms-form' => [
Expand Down

0 comments on commit edd59ee

Please sign in to comment.