---
title: "setDefaultKanbanBoard"
method: PUT
path: "/v1/kanban/org/default-board"
tags: ["Kanban"]
---

# setDefaultKanbanBoard

`PUT /v1/kanban/org/default-board`

Sets a Kanban board as the default board for the organization.

The default board is shown to users who access the Kanban view without specifying a specific board ID.
Pass `boardId` as a query parameter to identify the board to set as default.

## Query parameters

- `boardId` string, required

## Response `200`

Successfully set default board

- object
  - `message` string
  - `default_board_id` string

## Other responses

- `400` — Bad request - Invalid input data or boardId missing
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Board not found
- `500` — Internal server error

---

[API](https://skmtc.dev/epilot/apis/kanban-api.md) · [All operations](https://skmtc.dev/epilot/apis/kanban-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/epilot/kanban-api/revisions/051153ffb2ea/schema)
