Update an alert setting
PATCH
{{baseUrl}}/phone/alert_settings/:alertSettingId
Updates information of an Alert setting.
Prerequisites:
- Pro or a higher account with Zoom Phone license
- Account owner or admin permissions
Scopes: phone:write:admin
Granular Scopes: phone:patch:alert_setting:admin
Rate Limit Label: LIGHT
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
RESPONSES
status
curl -X PATCH 'https://api.zoom.us/v2/phone/alert_settings/:alertSettingId' -H 'Content-Type: application/json' -d '{"alert_setting_name":"\u003cstring\u003e","rule_conditions":[{"rule_condition_type":3,"rule_condition_value":"\u003cstring\u003e"},{"rule_condition_type":3,"rule_condition_value":"\u003cstring\u003e"}],"target_ids":["\u003cstring\u003e","\u003cstring\u003e"],"time_frame_type":"specific_time","time_frame_from":"\u003cstring\u003e","time_frame_to":"\u003cstring\u003e","frequency":15,"email_recipients":["\u003cstring\u003e","\u003cstring\u003e"],"chat_channels":[{"chat_channel_name":"\u003cstring\u003e","token":"\u003cstring\u003e","end_point":"\u003cstring\u003e"},{"chat_channel_name":"\u003cstring\u003e","token":"\u003cstring\u003e","end_point":"\u003cstring\u003e"}],"status":0}'