Columns

Update column

Update a column. Omitted fields are left unchanged; icon and color accept null to clear them.

put/column/{id}

Path parameters

idstring required

Request body

namestring
iconstring nullable
colorstring nullable
isFinalboolean

Response

The updated column

idstring required
projectIdstring required
namestring required
slugstring required

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

positionnumber required

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

iconstring nullable required
colorstring nullable required
isFinalboolean required

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

createdAtstring date-time required
updatedAtstring date-time required

Changes