Skip to main content

Update a board

PATCH 

/v1/projects/:project_id/boards/:board_id

Change the name, description, payload_schema, or the definition itself. states and transitions are edited together or not at all — a column routes to a move and a move names columns, so validating one against a stale copy of the other would accept a definition that cannot route. At least one field is required. Cards already on the board are not moved. A card sitting in a column the new definition drops stays where it is and can only leave through a move the new definition declares: the definition is the sole authority at the moment a move is fired.

Request

Responses

Board updated.