curl --request PATCH \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/phone-numbers/{number_id} \
--header 'Content-Type: application/json' \
--data '
{
"is_verified": true,
"label": "<string>",
"sip_trunk_id": "<string>"
}
'{
"id": "<string>",
"is_verified": true,
"label": "<string>",
"number": "<string>",
"provider": "<string>",
"sip_trunk_id": "<string>",
"trunk_name": "<string>"
}Updates the specified phone number’s configuration
curl --request PATCH \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/phone-numbers/{number_id} \
--header 'Content-Type: application/json' \
--data '
{
"is_verified": true,
"label": "<string>",
"sip_trunk_id": "<string>"
}
'{
"id": "<string>",
"is_verified": true,
"label": "<string>",
"number": "<string>",
"provider": "<string>",
"sip_trunk_id": "<string>",
"trunk_name": "<string>"
}