This commit is contained in:
fogelito
2025-02-10 15:40:45 +02:00
parent 7a8688932c
commit 8c3a243a5d
@@ -450,7 +450,7 @@ trait DatabasesBase
sleep(1);
/**
* Update attribute size to exceed Index maximux length
* Update attribute size to exceed Index maximum length
*/
$attribute = $this->client->call(Client::METHOD_PATCH, '/databases/'.$databaseId.'/collections/'.$collection['body']['$id'].'/attributes/string/'.$attribute['body']['key'], array_merge([
'content-type' => 'application/json',