---
title: "Update a particular agent script"
method: PUT
path: "/v1/dialer/agent_script/{id}"
---

# Update a particular agent script

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

This API allows you to update a particular agent script

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string — Name of the agent script.
  - `list_id` string — List Id where agent script has to be applied
  - `description` string — Description of agent script.
  - `message` string — Message for agent.

## 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)
