Logo
Zoom Public API Documentation

Update an address book unit

PATCH {{baseUrl}}/contact_center/address_books/units/:unitId

Use this API to update an address book unit.

Scopes: contact_center_contact: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/address_books/units/:unitId' -H 'Content-Type: application/json' -d '{"unit_name":"\u003cstring\u003e","unit_description":"\u003cstring\u003e"}'

ENDPOINTS