Logo
Zoom Public API Documentation

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

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "rule_Id": "MRNStlOVS02fJ6pOAzrh0A" }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/firmware_update_rules' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"site_id":"8f71O6rWT8KFUGQmJIFAdQ","version":"3.4.5.18","device_type":"AudioCodes","device_model":"445hd","restart_type":1}'

ENDPOINTS