---
title: "Update the Account Default Configuration"
method: PUT
path: "/v2/AccountDefaultConfiguration/{Type}"
tags: ["AccountDefaultConfiguration"]
---

# Update the Account Default Configuration

`PUT /v2/AccountDefaultConfiguration/{Type}`

## Path parameters

- `Type` string, required

## Request body

- VoiceV2AccountDefaultConfigurationRequest
  - `description` string, nullable — The description
  - `configuration` object

## Response `200`

Success

- VoiceV2AccountDefaultConfigurationResponse
  - `account_sid` string — Account sid
  - `description` string, nullable — The description
  - `date_created` string, date-time
  - `date_updated` string, date-time
  - `configuration` object

## Other responses

- `400` — Bad Input
- `401` — Unauthorized
- `404` — Not Found
- `412` — Precondition Failed - ETag mismatch
- `500` — Internal Server Error

---

[API](https://skmtc.net/twilio/apis/twilio-voice.md) · [All operations](https://skmtc.net/twilio/apis/twilio-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-voice/revisions/b065d462fbf8/schema)
