Trunks
Update a Trunk
Modify an existing Vobiz SIP trunk - update name, description, concurrent-call limits, CPS caps, or webhook URL without recreating the trunk resource.
PUT
Update a trunk
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Request Parameters
Send all three fields on every update - this is a replace, not a partial patch. To keep a value unchanged, resend its current value (fetch it first with Retrieve a Trunk).| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Name for the trunk. Maximum 255 characters. |
max_concurrent_calls | integer | Yes | Maximum number of simultaneous calls. Surfaces as concurrent_calls_limit on the trunk object. |
enabled | boolean | Yes | Whether the trunk is active. Set to false to disable without deleting. |
Examples
Response
Returns the complete trunk object with updated values and a newupdated_at timestamp.
Response - 200 OK
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Response
200 - application/json
Trunk updated