---
title: "Update an Auto Attendant"
method: PUT
path: "/v1/auto_attendant/{id}"
---

# Update an Auto Attendant

`PUT /v1/auto_attendant/{id}`

This API allows you to update an existing Auto Attendant.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string, required — Name of auto attendant
  - `description` string, required — Description of auto attendant
  - `recording_type` 'recording' | 'outbound_tts', required — Type of recording
  - `destination_type` 'agent' | 'department' | 'ivr' | 'voicemail' | 'time_condition' | 'custom_dialplan' | 'dynamicdp' | 'hangup', required — Type of destination. Note: in case of hangup destination_id will always be 1.
  - `recording_id` string, required — Recording ID
  - `destination_id` string, required — Destination ID. In case of hangup, use 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)
