---
title: "Update a contact list"
method: PATCH
path: "/v1/contact-lists/{contact_list_id}"
tags: ["Contact Lists"]
---

# Update a contact list

`PATCH /v1/contact-lists/{contact_list_id}`

## Path parameters

- `contact_list_id` integer, required

## Request body

- UpdateContactListRequest
  - `name` string — New name for the contact list.

## Response `200`

Updated contact list

- ContactListResponse
  - `id` integer — Unique identifier.
  - `name` string — Contact list name.
  - `contact_count` integer — Number of contacts in the list.
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `404` — Contact list not found

---

[API](https://skmtc.net/openmicai/apis/openmic-v1-external-api.md) · [All operations](https://skmtc.net/openmicai/apis/openmic-v1-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmicai/openmic-v1-external-api/versions/71c32e6ffd95/schema)
