# moveCard

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/boards/boards.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/boards/boards.controller.ts#L164)

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)
