mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Update src/Appwrite/Utopia/Response/Model/Attribute.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
parent
5de5a38ba0
commit
ca5f31dcf6
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class Attribute extends Model
|
|||
'type' => self::TYPE_STRING,
|
||||
'description' => 'Attribute status. Possible values: `available`, `processing`, `deleting`, or `failed`',
|
||||
'default' => '',
|
||||
'example' => 'string',
|
||||
'example' => 'available',
|
||||
])
|
||||
->addRule('size', [
|
||||
'type' => self::TYPE_STRING,
|
||||
|
|
|
|||
Loading…
Reference in a new issue