---
title: "Patch Phone Number"
method: PATCH
path: "/v1/channels/phone/{config_id}/numbers/{number}"
tags: ["Phone channel global"]
---

# Patch Phone Number

`PATCH /v1/channels/phone/{config_id}/numbers/{number}`

## Path parameters

- `config_id` string, uuid, required
- `number` string, required

## Request body

- CreatePhoneNumberConfig
  - `phone_number` string, required
  - `description` string, nullable
  - `agent_id` string, uuid, nullable
  - `environment_id` string, uuid, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
