---
title: "Update an Existing Dial List"
method: PUT
path: "/diallists/{id}"
---

# Update an Existing Dial List

`PUT /diallists/{id}`

This endpoint updates an existing dial list owned by the client.

## Path parameters

- `id` integer, required

## Request body

- object
  - `name` string, required — The name used to easily identify the dial list. Allowed values are between 2 and 255 characters.
  - `status` string, required — The status of the dial list. Allowed values are active and inactive.
  - `numbers` object[], required — The numbers available in this dial list.
    - `number` string, required — The phone number to be dialed.
    - `send_digits` string, required — Digits to send when the number dialed answers.

## Response `201`

201

- object
  - `id` integer
  - `name` string
  - `numbers` object[]
    - `label` string
    - `number` string
  - `scope` string
  - `status` string
  - `numbers_count` integer

## Other responses

- `422` — 422

---

[API](https://skmtc.dev/seebot/apis/seebottalk.md) · [All operations](https://skmtc.dev/seebot/apis/seebottalk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seebot/seebottalk/revisions/4b8c104ade48/schema)
