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

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

RESPONSES

status: Created

{"rule_Id":"\u003cstring\u003e"}