PUT/portfolio/cards/{cardId}/move.json

Move Projects on a Portfolio Board

Move a project from one column to another. In order to do this you need to do a PUT Call to the endpoint. You'll need to pass in the column you want to move the card to and the column it's coming from.

Path Params

  • Name
    cardId
    Type
    string
    required
    Description

Body Params

    • Name
      cardId
      Type
      string
    • Name
      positionAfterId
      Type
      integer
    • Name
      columnId
      Type
      string
    • Name
      oldColumnId
      Type
      string

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

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