---
title: "Update a particular pause code"
method: PUT
path: "/v1/dialer/pause_code/{id}"
---

# Update a particular pause code

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

This API allows you to update a particular pause code.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string

## Request body

- object
  - `name` string — Name of the Pause Code.
  - `description` string — Description of the Pause Code.
  - `breakList` string — Id of break list where pause code has to be added.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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