---
title: "Update a Broadcast"
method: PUT
path: "/v1/broadcast/{id}"
---

# Update a Broadcast

`PUT /v1/broadcast/{id}`

This API allows you to update a broadcast.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string, required — Name of the broadcast.
  - `description` string, required — Description of the broadcast.
  - `phone_number_list` string, required — Unique ID of list of phone numbers to be used for broadcast.
  - `destination` string, required — The destination where the call should land. eg: ivr||id, id: IVR's id
  - `timeout` string, required — Time for which the call tries to connect to each number in the list. Minimum: 40
  - `concurrent_limit` string — Number of channels to be used for broadcast.
  - `retry_after_minutes` string, required — Time after which failed numbers are tried again.
  - `caller_id_number` string, required — Caller ID that is showed to the called party.
  - `number_of_retry` integer, required — Maximum number of retry attempts allowed. Minimum: 0, Maximum: 5
  - `start_date_time` string, required — Date and time in which leads associated with broadcast are called.
  - `end_date_time` string, required — Date and time till which leads associated with broadcast are called.
  - `time_group` string — Unique ID of the time_group to be associated with broadcast.

## 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/versions/ca83a6f08f7f/schema)
