PUT/boards/columns/cards/{id}/move.json

Move a Card

Important notice: This endpoint will be deprecated soon and replaced with a new Workflow endpoint, date to be confirmed.

Add a task from your list of Tasks in to a Column.


Path Params

  • Name
    id
    Type
    integer
    required
    Description

Body Params

    • Name
      cardId
      Type
      integer
    • Name
      positionAfterId
      Type
      integer
    • Name
      columnId
      Type
      integer

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK"
    }