Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/boards/boards.controller.ts
Restore a soft-deleted board (within the 30-day window)
Endpoint
POST /projects/:projectId/boards/:boardId/restore
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
boardId | path | string | ✓ |
Referenced By
BoardsController(MODULE_DECLARES)
Was this page helpful?