---
title: "Update DECT phone"
method: POST
path: "/dect_phones/{id}"
tags: ["Auto Provisioning"]
---

# Update DECT phone

`POST /dect_phones/{id}`

Update a DECT phone.

## Path parameters

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

## Request body

- object
  - `name` string — The name of DECT phone.
  - `password` string — Password for accessing the Web interface of phone. The username remains default because most phone manufacturers do not allow modification of the user name. This is supported for some phone model, such as "Snom 300".
  - `user_password` string — The user password.
  - `engineer_password` string — The engineer password.
  - `timezone` string — The timezone of phone.
  - `region` string — The country or region name of phone.
  - `language` 'ENGLISH' | 'CHINESE' | 'DUTCH' | 'FRENCH' | 'GERMAN' | 'GREEK' | 'ITALIAN' | 'JAPANESE' | 'POLISH' | 'RUSSIAN' | 'SPANISH' | 'SWEDISH' | 'UKRAINIAN' | 'BULGARIAN' — Language for strings displayed on Phone Display LCD. Supported languages include ENGLISH, CHINESE, DUTCH, FRENCH, GERMAN, GREEK, ITALIAN, JAPANESE, POLISH, RUSSIAN, SPANISH, SWEDISH, UKRAINIAN, and BULGARIAN.
  - `handset_language` 'ENGLISH' | 'CHINESE' | 'DUTCH' | 'FRENCH' | 'GERMAN' | 'GREEK' | 'ITALIAN' | 'JAPANESE' | 'POLISH' | 'RUSSIAN' | 'SPANISH' | 'SWEDISH' | 'UKRAINIAN' | 'BULGARIAN' — The handset language.
  - `tone` string — The tone set of DECT phone.
  - `rps` boolean — Send to RPS or not.
  - `https` boolean — Whether to use https
  - `codecs` string[] — Settings for the priority of the codecs in this phone. This indicates the first preferred codec.
  - `interface` 'WEB_DOMAIN' | 'PUBLIC_IPV4' | 'PUBLIC_IPV6' | 'PRIVATE_IPV4' | 'PRIVATE_IPV6' | 'SBC_DOMAIN' — The interface type for QR code or auto provisioning. Can be neither: - `WEB_DOMAIN`: - `PUBLIC_IPV4`: - `PUBLIC_IPV6`: - `PRIVATE_IPV4`: - `PRIVATE_IPV6`: - `SBC_DOMAIN`:
  - `preferred_transport` 'UDP' | 'TCP' | 'TLS' — The transport protocol: Can be either: - `UDP`: - `TCP`: - `TLS`:

## 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)
