---
title: "Update Contact List"
method: PATCH
path: "/groups/{group}"
tags: ["Contact Lists"]
---

# Update Contact List

`PATCH /groups/{group}`

Update a contact list

## Path parameters

- `group` string, required

## Request body

- object
  - `name` string — Name of the contact list
  - `contacts` integer[] — Array of contact IDs
  - `sync` boolean — Whether to sync contacts

## Response `200`

Contact list updated successfully

- object
  - `data` object
    - `id` string
    - `name` string
    - `contact_count` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `422` — Validation error

---

[API](https://skmtc.dev/800/apis/public-api.md) · [All operations](https://skmtc.dev/800/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/800/public-api/revisions/aab9efc97342/schema)
