1
0
Fork 0
mirror of synced 2024-10-03 02:37:40 +13:00

addressing comments

This commit is contained in:
shimon 2023-02-06 09:20:03 +02:00
parent 0f5b6665fa
commit ec52cbbb8c

View file

@ -406,7 +406,7 @@ class UsageTest extends Scope
$res = $this->client->call(
Client::METHOD_POST,
'/databases/' . $databaseId . '/collections/' . $collectionId . '/attributes' . '/string',
array_merge($headers, ['content-type' => 'multipart/form-data']),
$headers,
[
'key' => 'name',
'size' => 255,