---
title: "Edit board"
method: PUT
path: "/v1/boards/{boardId}.json"
tags: ["boards"]
---

# Edit board

`PUT /v1/boards/{boardId}.json`

Update the board details

## Path parameters

- `boardId` integer, required

## Query parameters

- `token` string, required

## Request body

- object
  - `name` string
  - `board_visibility` integer
  - `organization_id` integer

## Response `200`

successful operation

- object
  - `success` string

## Other responses

- `400` — Invalid ID supplied
- `404` — Page not found

---

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