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

Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
Eldad A. Fux
2021-08-23 23:41:38 +03:00
committed by GitHub
parent 8f2e5c3563
commit 27747088d0
+1 -1
View File
@@ -26,7 +26,7 @@ class Index extends Model
'type' => self::TYPE_STRING,
'description' => 'Index status. Possible values: `available`, `processing`, `deleting`, or `failed`',
'default' => '',
'example' => 'string',
'example' => 'available',
])
->addRule('attributes', [
'type' => self::TYPE_STRING,