Add a firmware update rule

POST {{baseUrl}}/phone/firmware_update_rules

Use this API to add a firmware update rule.

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

Scopes: phone:write:admin

Granular Scopes: phone:write:firmware_update_rule:admin

Rate Limit Label: Light

Request Body

{"device_model"=>"<string>", "device_type"=>"<string>", "version"=>"<string>", "site_id"=>"<string>", "restart_type"=>1}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;rule_Id&quot;:&quot;\u003cstring\u003e&quot;}