---
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 — The name of the broadcast. For example, Campaign 1.
  - `description` string, required — The description of the broadcast. For example, Details of campaign 1.
  - `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.
  - `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 — The date and time in which leads associated with broadcast are called. The format is: yyyy-mm-dd hh:mm:ss (For example: 2019-12-02 00:00:00).
  - `end_date_time` string, required — The date and time in which leads are associated with broadcast are called. The format is: yyyy-mm-dd hh:mm:ss (For example: 2019-12-02 00:02:00).
  - `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/tatatelebusiness/apis/smartflo-base-api-config.md) · [All operations](https://skmtc.net/tatatelebusiness/apis/smartflo-base-api-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatatelebusiness/smartflo-base-api-config/versions/6d23fb7bf7e1/schema)
