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

# Update a contact list

`PATCH /lists/{id}`

## Request body

- object
  - `name` string, required

## Response `200`

List updated successfully

- ContactList
  - `id` integer
  - `name` string, required
  - `user_id` integer
  - `average_email_open_percent` number, float
  - `average_email_click_percent` number, float
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `403` — Forbidden. Most often an ownership/authorization failure (Laravel's default `{"message": "..."}` shape). If the account is restricted by SendFox, the response instead carries the structured `account_restricted` body with a link to the account status page.
- `422` — Validation error

---

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