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
- 200
- 400
- 401
- 404
- 502
Board updated.
The request was malformed, or the definition was rejected (invalid_board_definition, with the upstream validation detail).
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.