---
title: "Update a contact list"
method: PUT
path: "/api/lists/{id}"
tags: ["Contacts"]
---

# Update a contact list

`PUT /api/lists/{id}`

## Request body

- object
  - `name` string, required — New name of the list
  - `isShared` boolean, required — Enable/disable list sharing with the team

## Response `200`

- object
  - `id` integer
  - `name` string
  - `created_at` string
  - `updated_at` string
  - `shared_with_team` boolean
  - `is_owner` boolean

---

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