---
title: "update phone number"
method: PUT
path: "/PhoneNumbers/{PhoneNumberSid}"
tags: ["Phone Numbers"]
---

# update phone number

`PUT /PhoneNumbers/{PhoneNumberSid}`

## Request body

- PhoneNumber
  - `phone_number_sid` string, uuid, required
  - `number` string, required
  - `voip_carrier_sid` string, uuid, required
  - `account_sid` string, uuid
  - `application_sid` string, uuid

## Response `204`

phone number updated

## Other responses

- `400` — bad request
- `404` — phone number not found
- `500` — system error

## Changes

> 27 revisions in range; 2 could not be searched.

- **2025-02-11** `370ad208ed5d` — 1 breaking
  - removed the media type `application/json` for the response with the status `204`

[Change history](https://skmtc.dev/jambonz/apis/jambonz-api/changes/PhoneNumbers/:PhoneNumberSid/put.md)

---

[API](https://skmtc.dev/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.dev/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/revisions/56f317145d23/schema)
