mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
fix: adding blurhash to definitions
Signed-off-by: skalidindi53 <s.teja2004@gmail.com> Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
629bd67dab
commit
f5e40d11df
1 changed files with 6 additions and 0 deletions
|
|
@ -368,6 +368,12 @@ class Definitions {
|
|||
'description' => 'The height in pixels if the file is an image',
|
||||
'example' => '1080',
|
||||
],
|
||||
'blurhash' => [
|
||||
'since' => '30.0.0',
|
||||
'required' => false,
|
||||
'description' => 'The blurhash of the image',
|
||||
'example' => 'LEHV9uae2yk8pyo0adR*.7kCMdnj',
|
||||
],
|
||||
],
|
||||
],
|
||||
'forms-form' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue