Skip to main content
PATCH
/
org
/
{org_id}
/
sip-trunks
/
{trunk_id}
Update SIP trunk
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>"
}

Path Parameters

org_id
string
required

Organization ID

trunk_id
string
required

SIP Trunk ID

Body

application/json

SIP trunk update request

is_active
boolean
max_concurrency
integer
name
string

Response

OK

id
string
is_active
boolean
max_concurrency
integer
name
string
phone_count
integer
provider
string
type
string