curl --request PATCH \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/sip-trunks/{trunk_id} \
--header 'Content-Type: application/json' \
--data '
{
"is_active": true,
"max_concurrency": 123,
"name": "<string>"
}
'{
"id": "<string>",
"is_active": true,
"max_concurrency": 123,
"name": "<string>",
"phone_count": 123,
"provider": "<string>",
"type": "<string>"
}Updates the specified SIP trunk’s configuration
curl --request PATCH \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/sip-trunks/{trunk_id} \
--header 'Content-Type: application/json' \
--data '
{
"is_active": true,
"max_concurrency": 123,
"name": "<string>"
}
'{
"id": "<string>",
"is_active": true,
"max_concurrency": 123,
"name": "<string>",
"phone_count": 123,
"provider": "<string>",
"type": "<string>"
}