POST/portfolio/columns/{columnId}/cards.json

Adding a Project to a Column from Backlog

This call will move the project from the back log to the column.


Path Params

  • Name
    columnId
    Type
    string
    required
    Description

Body Params

    • Name
      card
      Type
      object

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "cardId": "3452",
      "projectId": "273962",
      "STATUS": "OK"
    }