Authorization: Bearer ********************
{
"web_link": {
"link_type": "WEB_LINK_TYPE_UNSPECIFIED",
"name": "string",
"description": "string",
"base_url": [
{
"key_type": "WEB_LINK_COMPONENT_KEY_TYPE_UNSPECIFIED",
"value": "string"
}
],
"parameters": [
{
"key": "string",
"components": [
{
"key_type": "WEB_LINK_COMPONENT_KEY_TYPE_UNSPECIFIED",
"value": "string"
}
]
}
],
"web_link_sid": 0,
"order": 0
},
"from_hunt_group_sid": 0,
"to_hunt_group_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/huntgroup/copyhuntgroupweblink' \
--header 'Content-Type: application/json' \
--data-raw '{
"web_link": {
"link_type": "WEB_LINK_TYPE_UNSPECIFIED",
"name": "string",
"description": "string",
"base_url": [
{
"key_type": "WEB_LINK_COMPONENT_KEY_TYPE_UNSPECIFIED",
"value": "string"
}
],
"parameters": [
{
"key": "string",
"components": [
{
"key_type": "WEB_LINK_COMPONENT_KEY_TYPE_UNSPECIFIED",
"value": "string"
}
]
}
],
"web_link_sid": 0,
"order": 0
},
"from_hunt_group_sid": 0,
"to_hunt_group_sid": 0
}'
{}