---
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`

## Changes

- **2025-10-07** `7143ea51f307` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `204`

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/lists/:list_id/put.md)

---

[API](https://skmtc.dev/trycourier/apis/courier.md) · [All operations](https://skmtc.dev/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/cb8586034158/schema)
