Update Call
POST {{baseUrl}}/accounts/:accountId/calls/:callId
Interrupts and redirects a call to a different URL that should return a BXML document.
Request Body
{"state"=>"active", "redirectUrl"=>"<uri>", "redirectMethod"=>"POST", "username"=>"<string>", "password"=>"<string>", "redirectFallbackUrl"=>"<uri>", "redirectFallbackMethod"=>"POST", "fallbackUsername"=>"<string>", "fallbackPassword"=>"<string>", "tag"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
""