Columns

Create column

Add a column to the end of a project's board. The slug is derived from the name.

post/column/{projectId}

Path parameters

projectIdstring required

Request body

namestring required
iconstring
colorstring
isFinalboolean

Response

The created 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