We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 708bb4a + 893f5b8 commit 754a7eeCopy full SHA for 754a7ee
src/Voice/Controllers/APIController.php
@@ -295,7 +295,7 @@ public function modifyCallBxml(
295
Request::timeout($this->config->getTimeout());
296
297
// and invoke the API call request to fetch the response
298
- $response = Request::post($_queryUrl, $_headers, $body);
+ $response = Request::put($_queryUrl, $_headers, $body);
299
300
$_httpResponse = new HttpResponse($response->code, $response->headers, $response->raw_body);
301
$_httpContext = new HttpContext($_httpRequest, $_httpResponse);
0 commit comments