---
title: "Update details of a specific List"
method: POST
path: "/api/v1/updateList/{spaceId}/{listId}"
tags: ["List"]
---

# Update details of a specific List

`POST /api/v1/updateList/{spaceId}/{listId}`

## Path parameters

- `spaceId` string, required
- `listId` string, required

## Request body

- object
  - `name` string — The name of the list
  - `color` string — The color code for the list

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

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