Skip to content

Commit 754a7ee

Browse files
authored
Merge pull request #70 from Bandwidth/SWI-5499
SWI-5499 `post` -> `put`
2 parents 708bb4a + 893f5b8 commit 754a7ee

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)