Logo
Zoom Public API Documentation

Update a variable group

PATCH {{baseUrl}}/contact_center/variables/groups/:variableGroupId

Update a variable group.

Scopes: contact_center_variable: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/variables/groups/:variableGroupId' -H 'Content-Type: application/json' -d '{"variable_group_name":"\u003cstring\u003e","variable_group_description":"\u003cstring\u003e"}'

ENDPOINTS