Skip to content

Commit f5a561a

Browse files
Fix request to provide "objects" as payload
1 parent 748d454 commit f5a561a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function put($path, $data)
155155
* @throws ApiServerException if server was not able to respond.
156156
* @throws ApiClientException if request is invalid.
157157
*/
158-
public function request($method, $path, array $data = null)
158+
public function request($method, $path, $data = null)
159159
{
160160
$uri = $this->apiBaseUri . '/' . ltrim($path, '/');
161161

0 commit comments

Comments
 (0)