Logo
Zoom Public API Documentation

Update a region

PATCH {{baseUrl}}/contact_center/regions/:regionId

Update information for a region.

Scopes: contact_center_region:write: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/contact_center/regions/:regionId' -H 'Content-Type: application/json' -d '{"region_name":"\u003cstring\u003e","sip_zone_id":"\u003cstring\u003e"}'

ENDPOINTS