---
title: "updateBoardsByIdBoard()"
method: PUT
path: "/boards/{idBoard}"
tags: ["board"]
---

# updateBoardsByIdBoard()

`PUT /boards/{idBoard}`

## Path parameters

- `idBoard` string, required

## Query parameters

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

## Request body

- Boards
  - `closed` string — true or false
  - `desc` string — a string with a length from 0 to 16384
  - `idBoardSource` string — The id of the board to copy into the new board
  - `idOrganization` string — The id or name of the organization to add the board to.
  - `keepFromSource` string — Components of the source board to copy.
  - `labelNames/blue` string — a string with a length from 0 to 16384
  - `labelNames/green` string — a string with a length from 0 to 16384
  - `labelNames/orange` string — a string with a length from 0 to 16384
  - `labelNames/purple` string — a string with a length from 0 to 16384
  - `labelNames/red` string — a string with a length from 0 to 16384
  - `labelNames/yellow` string — a string with a length from 0 to 16384
  - `name` string — a string with a length from 1 to 16384
  - `powerUps` string — all or a comma-separated list of: calendar, cardAging, recap or voting
  - `prefs/background` string — A standard background name, or the id of a custom background
  - `prefs/calendarFeedEnabled` string — true or false
  - `prefs/cardAging` string — One of: pirate or regular
  - `prefs/cardCovers` string — true or false
  - `prefs/comments` string — One of: disabled, members, observers, org or public
  - `prefs/invitations` string — One of: admins or members
  - `prefs/permissionLevel` string — One of: org, private or public
  - `prefs/selfJoin` string — true or false
  - `prefs/voting` string — One of: disabled, members, observers, org or public
  - `prefs_background` string — a string with a length from 0 to 16384
  - `prefs_cardAging` string — One of: pirate or regular
  - `prefs_cardCovers` string — true or false
  - `prefs_comments` string — One of: disabled, members, observers, org or public
  - `prefs_invitations` string — One of: admins or members
  - `prefs_permissionLevel` string — One of: org, private or public
  - `prefs_selfJoin` string — true or false
  - `prefs_voting` string — One of: disabled, members, observers, org or public
  - `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)
