Skip to main content
PUT
Update column

Authorizations

Authorization
string
header
required

API key or session token (Bearer)

Path Parameters

id
string
required

Body

application/json
name
string
icon
string | null
color
string | null
isFinal
boolean

Response

The updated column

id
string
required
projectId
string
required
name
string
required
slug
string
required

Stable identifier derived from the name; tasks store this as their status.

position
number
required

Board order, ascending. Columns are always returned sorted by it.

icon
string | null
required
color
string | null
required
isFinal
boolean
required

Marks the column as a done state, which stops overdue reminders for tasks in it.

createdAt
string<date-time>
required
updatedAt
string<date-time>
required