API ReferenceKanban
Update a kanban column
Partially update a kanban column.
Requires a valid bearer token and an active company. The column's project is
resolved and must belong to the caller's company (403 otherwise). Manager+
role required (ticket.create capability → 403 for lower roles). 404 if
the column id does not exist after a field update.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
col_id*Col Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Partial update for a kanban column. Only supplied (non-null) fields change.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/kanban/columns/string" \ -H "Content-Type: application/json" \ -d '{ "color": "#86efac", "icon": "check_circle", "name": "Done", "order_index": 4 }'nullEmpty
Empty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}