---
title: "Update a Mobile Voice Connection"
method: PATCH
path: "/v2/mobile_voice_connections/{id}"
tags: ["Mobile Voice Connections"]
---

# Update a Mobile Voice Connection

`PATCH /v2/mobile_voice_connections/{id}`

## Path parameters

- `id` string, required

## Request body

- MobileVoiceConnectionUpdate
  - `active` boolean
  - `connection_name` string
  - `webhook_event_url` string, nullable
  - `webhook_event_failover_url` string, nullable
  - `webhook_api_version` '1' | '2'
  - `webhook_timeout_secs` integer
  - `tags` string[]
  - `outbound` object
    - `channel_limit` integer
    - `outbound_voice_profile_id` string
  - `inbound` object
    - `channel_limit` integer

## Response `200`

Successful response

- object
  - `data` MobileVoiceConnection
    - `id` string — Identifies the resource.
    - `record_type` 'mobile_voice_connection' — Identifies the type of the resource.
    - `active` boolean — Indicates if the connection is active.
    - `connection_name` string — The name of the connection.
    - `tags` string[] — A list of tags associated with the connection.
    - `webhook_event_url` string, nullable — The URL where webhooks are sent.
    - `webhook_event_failover_url` string, nullable — The failover URL where webhooks are sent.
    - `webhook_api_version` '1' | '2', nullable — The API version for webhooks.
    - `webhook_timeout_secs` integer, nullable — The timeout for webhooks in seconds.
    - `outbound` object
      - `channel_limit` integer, nullable
      - `outbound_voice_profile_id` string, nullable
    - `inbound` object
      - `channel_limit` integer, nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `404` — Resource not found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
