Skip to content

Commit

Permalink
Fixed url for BXML
Browse files Browse the repository at this point in the history
  • Loading branch information
brianluisgomez committed May 10, 2022
1 parent dbf94d6 commit 0a9f38c
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 @@ -264,7 +264,7 @@ public function modifyCallBxml(
) {

//prepare query string for API call
$_queryBuilder = '/api/v2/accounts/{accountId}/calls/{callId}';
$_queryBuilder = '/api/v2/accounts/{accountId}/calls/{callId}/bxml';

//process optional query parameters
$_queryBuilder = APIHelper::appendUrlWithTemplateParameters($_queryBuilder, array (
Expand Down

0 comments on commit 0a9f38c

Please sign in to comment.