Create a board
POST/v1/projects/:project_id/boards
Define a board's columns and moves. Exactly one column must be initial: true; any number may be terminal: true (a card closes when it enters one). Every agent or tool a column dispatches must belong to this project, and every move a column routes to must be declared in transitions.
Request
Responses
- 201
- 400
- 401
- 404
- 502
Board created.
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.