Skip to main content
PATCH
Update Bridge

Update Bridge

Partially update an existing telephony bridge’s configuration. Currently supports updating the bridge’s display name.
Prerequisites: Make sure you have your API Token and Org-Handle ready. See Authentication for details.

Path Parameters

You can get the bridge slug by hitting the Get All Bridges API. The slug field in the response is your Bridge Slug.

Headers

Request Body

All fields are optional - include only the fields you wish to update.

Response Fields

Bridge Object Fields

Common Error Codes

Code Examples

Best Practices

  1. Partial Updates: Only include fields you want to change - PATCH supports partial updates
  2. Slug Immutable: The slug cannot be changed after creation - use descriptive slugs from the start
  3. Verify Before Update: Use Get Bridge by Slug to confirm the bridge exists before patching
  4. Error Handling: Handle 404 errors when the bridge slug is invalid or the bridge has been deleted
  5. Security: Keep API tokens secure and rotate them regularly

Authorizations

Authorization
string
header
required

Format: Token

Headers

Org-Handle
string
required

Organization domain handle

Example:

"unpod.tv"

Path Parameters

slug
string
required
Example:

"sales-bridge-001"

Body

application/json
name
string
Example:

"Sales Bridge — Updated"

Response

Bridge updated