POST /services/:csi/cti_plugins/:plugin_name/parameters/:parameter_name

Description

Updates the value of the specified CTI plugin's parameter.

URL

https://api.keyyo.com/manager/1.0/services/:csi/cti_plugins/:plugin_name/parameters/:parameter_name

Parameters

:csi

The Common Service Identifier of the service on which to update the plugin parameter

Applicable types:

UCaaSVoIPAccount
:plugin_name

The name of the plugin on which to update the plugin parameter

:parameter_name

The name of the plugin parameter to update

value

The new value of the profile parameter

Result

CTIPluginParameter A plugin parameter, represented by a key-value pair

Relationships

GET /services/:csi/cti_plugins/:plugin_name/parameters/:parameter_name Retrieves the specified CTI plugin parameter.