Update an existing telephony bridge configuration
| Name | Type | Required | Description |
|---|---|---|---|
| slug | string | Yes | Unique bridge slug |
slug by hitting the Get All Bridges API. The slug field in the response is your Bridge Slug.| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | API Key format: Token <token> |
| Org-Handle | string | Yes | Organization domain handle |
| Content-Type | string | Yes | application/json |
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | No | Updated display name for the bridge |
| Field | Type | Description |
|---|---|---|
| status_code | integer | HTTP status code |
| message | string | Response message |
| data | object | Updated bridge details |
| Field | Type | Description |
|---|---|---|
| id | integer | Bridge unique identifier |
| name | string | Updated bridge display name |
| slug | string | Unique bridge slug identifier |
| numbers | array | List of assigned phone numbers |
| Status Code | Description |
|---|---|
| 200 | Success - Bridge updated successfully |
| 400 | Bad Request - Invalid update parameters |
| 401 | Unauthorized - Invalid or missing API token |
| 403 | Forbidden - Invalid organization handle |
| 404 | Not Found - Bridge not found |
| 500 | Internal Server Error - Server-side error |
slug cannot be changed after creation — use descriptive slugs from the start