---
title: "Update an Existing Number"
method: PUT
path: "/numbers/{id}"
---

# Update an Existing Number

`PUT /numbers/{id}`

This endpoint an existing number owned by a client.

## Path parameters

- `id` integer, required

## Request body

- object
  - `name` string, required — The name used to easily identify the number. Allowed values are between 2 and 255 characters.
  - `status` string, required — The status of the number. Allowed values are active and inactive.
  - `catchall_sequence_id` integer — The ID of the sequence used to handle catchall calls.

## Response `200`

200

- object
  - `data` object
    - `id` integer
    - `name` string
    - `number` string
    - `status` string
    - `catchall_sequence_id` unknown
    - `client_id` integer

## Other responses

- `422` — 422

---

[API](https://skmtc.net/seebot/apis/seebottext.md) · [All operations](https://skmtc.net/seebot/apis/seebottext/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seebot/seebottext/revisions/5deb98e1d8dd/schema)
