Columns

Reorder columns

Set new positions for a project's columns and return the whole board in its new order.

put/column/reorder/{projectId}

Path parameters

projectIdstring required

Request body

Response

The reordered columns

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