Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/boards/boards.controller.ts
Reorder columns on a board (full id list, in new order)
Endpoint
PATCH /projects/:projectId/boards/:boardId/columns/reorder
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
boardId | path | string | ✓ |
Referenced By
BoardsController(MODULE_DECLARES)
Was this page helpful?