Skip to content

moveCard

reference
1 min readUpdated

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

ParameterInTypeRequiredDescription
projectIdpathstring
boardIdpathstring
cardIdpathstring

Referenced By

  • BoardsController (MODULE_DECLARES)

Was this page helpful?

Download as PDF