Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/boards/boards.controller.ts
Move a card (column + position). Drives status if column maps to one.
Endpoint
PATCH /projects/:projectId/boards/:boardId/cards/:cardId
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
boardId | path | string | ✓ | |
cardId | path | string | ✓ |
Referenced By
BoardsController(MODULE_DECLARES)
Was this page helpful?