---
title: "Update a list"
method: PUT
path: "/lists/{list_id}"
tags: ["Lists"]
---

# Update a list

`PUT /lists/{list_id}`

Creates or replaces a list from a name and preferences. Subscribers are managed through the separate subscriptions endpoints.

## Path parameters

- `list_id` string, required

## Request body

- ListPutParams
  - `name` string, required
  - `preferences` RecipientPreferences
    - `categories` NotificationPreferences
    - `notifications` NotificationPreferences

## Response `204`

---

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