updateVoiceRegion abstract method
- @POST.new('/admin/voice/regions/update')
- @Body.new() required UpdateVoiceRegionRequest body,
Update voice region.
Updates voice region settings such as latency thresholds or priority. Changes affect voice routing for new sessions. Creates audit log entry. Requires VOICE_REGION_UPDATE permission.
body - Name not received - field will be skipped.
Implementation
@POST('/admin/voice/regions/update')
Future<UpdateVoiceRegionResponse> updateVoiceRegion({
@Body() required UpdateVoiceRegionRequest body,
});