---
title: "Update a mailinglist"
method: PUT
path: "/mailing-lists/{mailinglistId}"
tags: ["Mailinglist"]
---

# Update a mailinglist

`PUT /mailing-lists/{mailinglistId}`

## Request body

- object
  - `name` string — The label of the mailinglist
  - `description` string — A description for the mailinglist
  - `sites` object[]
    - `id` string — site id. These can be found in the sites request.

## Response `200`

Update a mailinglist

- MailinglistResponse — unresolved $ref

## Other responses

- `404` — Model not found
- `422` — Unprocessable Content
- `500` — Server error

---

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