---
title: "Update a Lead List"
method: PUT
path: "/v1/broadcast/list/{id}"
---

# Update a Lead List

`PUT /v1/broadcast/list/{id}`

This API allows you to update a lead list.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string, required — The name for the List. For example, Test list.
  - `description` string, required — The description for the broadcast List. For example, Test list for loans.
  - `enable_outbound_based_skill` string, required — Enter 1 to enable and 0 to disable.
  - `skill_list-id` string — skill_list_id is required when enable_outbound_based_skill is 1

## 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/revisions/6d23fb7bf7e1/schema)
