---
title: "Update contact list details"
method: PUT
path: "/contact-lists/{id}"
tags: ["SMS Broadcast"]
---

# Update contact list details

`PUT /contact-lists/{id}`

Update the name and description of an existing contact list

## Path parameters

- `id` integer, required

## Request body

- UpdateContactList
  - `contact_list_name` string, required — Name of the contact list. Type: string.
  - `contact_list_description` string — Description of the contact list. Type: string.

## Response `200`

Contact list updated successfully

- UpdateContactListResponse
  - `status` string — Status of the operation. Type: string.
  - `message` string — SMS message body. String. Max length set by carrier (typically 160 chars for single-segment, up to 1600 for concatenated).
  - `error` string — Error message if operation failed. Type: string.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.net/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convirza/convirza-apis/versions/ccf9bbe34f5a/schema)
