Skip to main content
PUT
Update Sip Trunk

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant_id
string<uuid>
required
trunk_id
string<uuid>
required

Body

application/json

SIP trunk update model.

name
string | null
Required string length: 1 - 255
phone_numbers
string[] | null
auth_username
string | null
auth_password
string | null
provider_config
Provider Config · object | null
status
string | null

Response

Successful Response

SIP trunk response model.

name
string
required
Required string length: 1 - 255
trunk_type
string
required
Pattern: ^(inbound|outbound)$
id
string<uuid>
required
tenant_id
string<uuid>
required
sip_uri
string
required
status
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
phone_numbers
string[]
provider
string | null
livekit_trunk_id
string | null
dispatch_rule_id
string | null
last_health_check
string<date-time> | null
metadata
Metadata · object | null