/api/cards

POST /api/cards/move

Moves a number of Cards to a single collection or dashboard.

For now, just either succeed or fail as a batch - we can think more about error handling later down the road.

post/api/cards/move

Request body

card_idsinteger[] required
collection_idinteger nullable

value must be an integer greater than zero.

dashboard_idinteger nullable

value must be an integer greater than zero.

Response

Successful response

Changes