---
title: "PUT /column/{id}"
method: PUT
path: "/column/{id}"
tags: ["Columns"]
---

# PUT /column/{id}

`PUT /column/{id}`

Update a column

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string
  - `icon` string, nullable
  - `color` string, nullable
  - `isFinal` boolean

## Response `200`

Column updated successfully

- unknown

## Changes

- **2026-03-04** `298877d6a79a` — 2 breaking, 2 info
  - the request property `color` became not nullable
  - the request property `icon` became not nullable
  - request property `color` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `icon` list-of-types was widened by adding types `null` to media type `application/json`
- **2026-02-21** `4b8811b821e6` — 2 breaking, 2 info
  - request property `color` list-of-types was narrowed by removing types `null` from media type `application/json`
  - request property `icon` list-of-types was narrowed by removing types `null` from media type `application/json`
  - the request property `color` became nullable
  - the request property `icon` became nullable
- **2026-02-21** `3a866dc99326` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/column/:id/put.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/75fa2e827d27/schema)
