Skip to content

Commit

Permalink
post -> put
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 committed Jun 24, 2024
1 parent 708bb4a commit 893f5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Voice/Controllers/APIController.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public function modifyCallBxml(
Request::timeout($this->config->getTimeout());

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

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

0 comments on commit 893f5b8

Please sign in to comment.