Skip to content

Commit 893f5b8

Browse files
committed
post -> put
1 parent 708bb4a commit 893f5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Voice/Controllers/APIController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public function modifyCallBxml(
295295
Request::timeout($this->config->getTimeout());
296296

297297
// and invoke the API call request to fetch the response
298-
$response = Request::post($_queryUrl, $_headers, $body);
298+
$response = Request::put($_queryUrl, $_headers, $body);
299299

300300
$_httpResponse = new HttpResponse($response->code, $response->headers, $response->raw_body);
301301
$_httpContext = new HttpContext($_httpRequest, $_httpResponse);

0 commit comments

Comments
 (0)