Update src/Appwrite/Utopia/Response/Model/Attribute.php

Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
Eldad A. Fux
2021-08-23 23:39:31 +03:00
committed by GitHub
parent 5de5a38ba0
commit ca5f31dcf6
@@ -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,