diff --git a/site/docs/voice/modifyInProgressCallGuide.mdx b/site/docs/voice/modifyInProgressCallGuide.mdx index 6490d249b..6cf317a55 100644 --- a/site/docs/voice/modifyInProgressCallGuide.mdx +++ b/site/docs/voice/modifyInProgressCallGuide.mdx @@ -155,7 +155,7 @@ In this example, the BXML that is in the `redirectUrl` will immediately replace ```payload //Note: remember to add auth for your application if needed! -POST https://voice.bandwidth.com/api/v60/accounts/{YOUR_ACCOUNT_ID}/calls/{THE_CALL_ID} +POST https://voice.bandwidth.com/api/v2/accounts/{YOUR_ACCOUNT_ID}/calls/{THE_CALL_ID} { "redirectUrl": "/goodbyeMessage", } @@ -178,7 +178,7 @@ POST https://voice.bandwidth.com/api/v60/accounts/{YOUR_ACCOUNT_ID}/calls/{THE_C ```cURL //Note: remember to add auth for your application if needed! -curl 'https://voice.bandwidth.com/api/v60/accounts/{YOUR_ACCOUNT_ID}/calls/{THE_CALL_ID}' \ +curl 'https://voice.bandwidth.com/api/v2/accounts/{YOUR_ACCOUNT_ID}/calls/{THE_CALL_ID}' \ -X POST \ -u {BANDWIDTH_USERNAME}:{BANDWIDTH:PASSWORD} \ -H 'Content-Type: application/json' \