v50

latestOpenAPI 3.0.3MITraw.githubusercontent.com2024-01-0382859610.0 MB
projects

Move a project card

post/projects/columns/cards/{card_id}/moves

Path parameters

card_idinteger required

The unique identifier of the card.

Request body

positionstring required

The position of the card in a column. Can be one of: top, bottom, or after:<card_id> to place after the specified card.

column_idinteger

The unique identifier of the column the card should be moved to

Example request

{
  "position": "bottom",
  "column_id": 42
}

Response

Response

object required