---
title: "Update exclusive number"
method: POST
path: "/exclusive_numbers/{id}"
tags: ["CTI"]
---

# Update exclusive number

`POST /exclusive_numbers/{id}`

Update properties of a exclusive number.

## Path parameters

- `id` string, required — The unique ID of the resource.

## Request body

- object
  - `number` string — The telephone number.
  - `enabled` boolean — Enable the exclusive number or not.
  - `description` string — Exclusive number's description.

## Response `200`

OK

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
