Authorization: Bearer ********************
{
"links": [
{
"name": "string",
"description": "string",
"parameters": [
{
"key": "string",
"sub_parameters": [
{
"key": "string",
"parts": [
{
"parameter_source_type": "PARAMETER_SOURCE_TYPE_UNSPECIFIED",
"helper_value": "string",
"contact_field_sid": 0
}
]
}
]
}
],
"configuration_name": "string",
"integration_id": 0,
"parameter_sid": 0,
"method_id": 0,
"order": 0,
"hunt_group_sid": 0
}
],
"hunt_group_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/huntgroup/updatehuntgroupintegrationlinks' \
--header 'Content-Type: application/json' \
--data-raw '{
"links": [
{
"name": "string",
"description": "string",
"parameters": [
{
"key": "string",
"sub_parameters": [
{
"key": "string",
"parts": [
{
"parameter_source_type": "PARAMETER_SOURCE_TYPE_UNSPECIFIED",
"helper_value": "string",
"contact_field_sid": 0
}
]
}
]
}
],
"configuration_name": "string",
"integration_id": 0,
"parameter_sid": 0,
"method_id": 0,
"order": 0,
"hunt_group_sid": 0
}
],
"hunt_group_sid": 0
}'
{}