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

# Update list

`PUT /lists/{list_id}`

Update an existing subscriber list.

## Path parameters

- `list_id` integer, required

## Request body

- object
  - `name` string, required — List name.
  - `from_name` string — Sender name used in emails sent from this list.
  - `from_email` string — Sender email address used in emails sent from this list.
  - `reply_to` string — Reply-to email address.
  - `sub_success_page` string — URL to redirect to after submitting a sign-up form.
  - `sub_confirmed_page` string — URL to redirect to after confirming a sign-up email.
  - `unsub_page` string — URL to redirect to after unsubscribing from the list.
  - `double_optin` boolean — Whether sign-up confirmation (double opt-in) is required.
  - `conf_subject` string — Subject line of the confirmation email.
  - `conf_message` string — HTML content of the confirmation email.

## Response `200`

OK

- object
  - `id` integer
  - `name` string
  - `from_name` string
  - `from_email` string
  - `reply_to` string
  - `sub_success_page` unknown
  - `sub_confirmed_page` unknown
  - `unsub_page` unknown
  - `double_optin` unknown
  - `conf_subject` unknown
  - `conf_message` unknown

---

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