---
title: "PUT /v1/boardColumns/{id}"
method: PUT
path: "/v1/boardColumns/{id}"
tags: ["Strategy"]
---

# PUT /v1/boardColumns/{id}

`PUT /v1/boardColumns/{id}`

Updates a boardColumn

## Path parameters

- `id` string, required

## Headers

- `Authorization` string

## Request body

- BoardColumn
  - `id` string
  - `tenantId` string
  - `name` string
  - `order` integer
  - `color` string
  - `taskStatus` 'TODO' | 'IN_PROGRESS' | 'IN_REVIEW' | 'DONE'

## Response `default`

default response

---

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