Update a variable
PATCH
{{baseUrl}}/contact_center/variables/:variableId
Update a variable.
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 -X PATCH 'https://api.zoom.us/v2/contact_center/variables/:variableId' -H 'Content-Type: application/json' -d '{"variable_name":"\u003cstring\u003e","variable_description":"\u003cstring\u003e","address_book_ids":["\u003cstring\u003e","\u003cstring\u003e"],"use_in_reporting":false,"mask_variable_data":false,"use_as_routing_profile_parameters":false,"data_type":"string","value_category":"\u003cstring\u003e","values":["\u003cstring\u003e","\u003cstring\u003e"],"linked_value_lock":false,"default_value":"\u003cstring\u003e","use_in_external_url_parameters":"\u003cboolean\u003e","client_show_in_client_profile_section":"\u003cboolean\u003e","client_show_in_client_engagement_section":"\u003cboolean\u003e","client_show_in_inbound_call_notifications":"\u003cboolean\u003e"}'