---
title: "Update a particular break list"
method: PUT
path: "/v1/dialer/breal_list/{id}"
---

# Update a particular break list

`PUT /v1/dialer/breal_list/{id}`

This API allows you to update a particular break list

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string — Name of the break list.
  - `description` string — Description of the break list.
  - `status` boolean — Status of the break list: enabled or disabled.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/acefone/apis/servetel-base-api-config.md) · [All operations](https://skmtc.net/acefone/apis/servetel-base-api-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/acefone/servetel-base-api-config/revisions/ca83a6f08f7f/schema)
