---
title: "/boards/:boardId"
method: PATCH
path: "/v1/boards/{boardId}"
tags: ["Boards"]
---

# /boards/:boardId

`PATCH /v1/boards/{boardId}`

Update one or more properties on a board

**Body**

- title - the title of the board
    
- description - the description of the board
    
- parentBoardId - the parent board this board is a child of. `null` will move the board to the root.

## Request body

- object
  - `title` string
  - `description` string
  - `parentBoardId` string, nullable — The id of the parent board that this board will be a child of

## Response `204`

Default

---

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