Update Conference
POST {{baseUrl}}/accounts/:accountId/conferences/:conferenceId
Update the conference state.
Request Body
{"status"=>"active", "redirectUrl"=>"<uri>", "redirectMethod"=>"POST", "username"=>"<string>", "password"=>"<string>", "redirectFallbackUrl"=>"<uri>", "redirectFallbackMethod"=>"POST", "fallbackUsername"=>"<string>", "fallbackPassword"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |