Logo
Zoom Public API Documentation

Update firmware update rule

PATCH {{baseUrl}}/phone/firmware_update_rules/:ruleId

Use this API to update a specific firmware update rule.

Prerequisites: * Business, or Education account * Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:update:firmware_update_rule:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/firmware_update_rules/:ruleId' -H 'Content-Type: application/json' -d '{"device_model":"\u003cstring\u003e","device_type":"\u003cstring\u003e","version":"\u003cstring\u003e","restart_type":1}'

ENDPOINTS