Update a setting template

PATCH {{baseUrl}}/phone/setting_templates/:templateId

Updates or modifies a phone template's settings.

Prerequisites:

  • A Business or Enterprise account
  • A Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:update:setting_template:admin

Rate Limit Label : Light

Request Body

{"description"=>"<string>", "name"=>"<string>", "policy"=>{"ad_hoc_call_recording"=>{"enable"=>"<boolean>", "recording_start_prompt"=>"<boolean>", "recording_transcription"=>"<boolean>"}, "auto_call_recording"=>{"enable"=>"<boolean>", "recording_calls"=>"outbound", "recording_start_prompt"=>"<boolean>", "recording_transcription"=>"<boolean>"}, "sms"=>{"enable"=>"<boolean>", "international_sms"=>"<boolean>"}, "voicemail"=>{"allow_transcription"=>"<boolean>", "enable"=>"<boolean>"}, "call_forwarding"=>{"enable"=>"<boolean>", "call_forwarding_type"=>1}, "call_overflow"=>{"enable"=>"<boolean>", "call_overflow_type"=>1}}, "profile"=>{"area_code"=>"<string>", "country"=>"<string>"}, "user_settings"=>{"audio_prompt_language"=>"<string>", "block_calls_without_caller_id"=>"<boolean>", "call_handling"=>{"business_hours"=>{"business_hour_action"=>1, "connect_to_operator"=>{"enable"=>"<boolean>", "id"=>"<string>", "external_number"=>{"number"=>"<string>", "description"=>"<string>"}, "play_callee_voicemail_greeting"=>"<boolean>", "require_press_1_before_connecting"=>"<boolean>", "allow_caller_check_voicemail"=>"<boolean>"}, "busy_action"=>26, "busy_connect_operator"=>{"enable"=>"<boolean>", "id"=>"<string>", "external_number"=>{"number"=>"<string>", "description"=>"<string>"}, "play_callee_voicemail_greeting"=>"<boolean>", "require_press_1_before_connecting"=>"<boolean>", "allow_caller_check_voicemail"=>"<boolean>"}, "custom_hours"=>[{"from"=>"<time>", "to"=>"<time>", "type"=>2, "weekday"=>7}, {"from"=>"<time>", "to"=>"<time>", "type"=>2, "weekday"=>4}], "ring_type"=>"<string>", "ringing_duration"=>"45", "type"=>2}, "close_hours"=>{"close_hour_action"=>0, "connect_to_operator"=>{"enable"=>"<boolean>", "id"=>"<string>", "external_number"=>{"number"=>"<string>", "description"=>"<string>"}, "play_callee_voicemail_greeting"=>"<boolean>", "require_press_1_before_connecting"=>"<boolean>", "allow_caller_check_voicemail"=>"<boolean>"}, "busy_action"=>0, "busy_connect_operator"=>{"enable"=>"<boolean>", "id"=>"<string>", "external_number"=>{"number"=>"<string>", "description"=>"<string>"}, "play_callee_voicemail_greeting"=>"<boolean>", "require_press_1_before_connecting"=>"<boolean>", "allow_caller_check_voicemail"=>"<boolean>"}, "max_wait_time"=>"50"}}, "desk_phone"=>{"pin_code"=>"<string>"}, "hold_music"=>"default"}}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: ``