---
title: "Edit a mailing list"
method: PUT
path: "/addressbooks/{id}"
tags: ["Mailing lists"]
---

# Edit a mailing list

`PUT /addressbooks/{id}`

Rename an existing mailing list.

## Request body

- object
  - `name` string, required

## Response `200`

Successful rename

- ResultTrue
  - `result` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api.md) · [All operations](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sendpulse/sendpulse-bulk-email-api/versions/cd38f8c6a425/schema)
