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.
post
put
1 parent 708bb4a commit 893f5b8Copy full SHA for 893f5b8
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