---
title: "updateListsByIdList()"
method: PUT
path: "/lists/{idList}"
tags: ["list"]
---

# updateListsByIdList()

`PUT /lists/{idList}`

## Path parameters

- `idList` string, required

## Query parameters

- `key` string, required
- `token` string, required

## Request body

- Lists
  - `closed` string — true or false
  - `idBoard` string — id of the board that the list should be added to
  - `idListSource` string — The id of the list to copy into a new list.
  - `name` string — a string with a length from 1 to 16384
  - `pos` string — A position. top , bottom , or a positive number.
  - `subscribed` string — true or false

## Response `200`

Success

## Other responses

- `400` — Server rejection

---

[API](https://skmtc.net/apis-guru/apis/trello.md) · [All operations](https://skmtc.net/apis-guru/apis/trello/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apis-guru/trello/versions/74afdba5e145/schema)
