---
title: "Update voice channels for non-US Zones"
method: PUT
path: "/channel_zones/{channel_zone_id}"
tags: ["Voice Channels"]
---

# Update voice channels for non-US Zones

`PUT /channel_zones/{channel_zone_id}`

Update the number of Voice Channels for the Non-US Zones. This allows your account to handle multiple simultaneous inbound calls to Non-US numbers. Use this endpoint to increase or decrease your capacity based on expected call volume.

## Request body

- object
  - `channels` integer, required — The number of reserved channels

## Response `200`

Successfuly patched channel zone

- GcbChannelZone
  - `channels` integer, required
  - `countries` string[], required — List of countries (in ISO 3166-2, capitalized) members of the billing channel zone
  - `created_at` string — ISO 8601 formatted date of when the channel zone was created
  - `id` string, required
  - `name` string, required
  - `record_type` 'channel_zone', required
  - `updated_at` string — ISO 8601 formatted date of when the channel zone was updated

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Resource not found
- `default` — Unexpected error

---

[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/revisions/3fdc16374d70/schema)
