---
title: "Update a list"
method: PUT
path: "/contacts/lists/{listId}"
tags: ["Contacts"]
---

# Update a list

`PUT /contacts/lists/{listId}`

## Path parameters

- `listId` integer, required

## Request body

- UpdateList
  - `name` string — Name of the list. Either of the two parameters (name, folderId) can be updated at a time.
  - `folderId` integer — Id of the folder in which the list is to be moved. Either of the two parameters (name, folderId) can be updated at a time.

## Response `204`

List updated

## Other responses

- `400` — bad request
- `404` — List ID not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
