Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/boards/boards.controller.ts
Add issues to a board (bulk)
Endpoint
POST /projects/:projectId/boards/:boardId/cards
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
boardId | path | string | ✓ |
Referenced By
BoardsController(MODULE_DECLARES)
Was this page helpful?