Update emergency service location
PATCH
{{baseUrl}}/phone/locations/:locationId
Use this API to update an emergency location's information.
Scopes: phone:write:admin
Rate Limit Label: Light
Prerequisites:
* Pro or a higher account with Zoom Phone license
* Account owner or admin permissions
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
Accept
|
string |
|
|
RESPONSES
status
curl -X PATCH 'https://api.zoom.us/v2/phone/locations/:locationId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"bssid":"SA43YjfBTS6gJbUpfvIziQ","elin_phone_number_id":"+12058945656","emergency_address_id":"Qza2T_KATwCeUfTkzGsOmQ","name":"example location","network_switches":[{"mac_address":"0004f25eec3d","port":"22","port_prefix":"01","port_range_from":"02","port_range_to":"05"},{"mac_address":"0004f25eec3d","port":"22","port_prefix":"01","port_range_from":"02","port_range_to":"05"}],"private_ip":"192.1.1.2","public_ip":"192.1.1.1","sip_group_id":"SA43YjfBTS6gJbUpfvIziQ","minimum_match_criteria":true}'