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
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"cardId": "3452",
"projectId": "273962",
"STATUS": "OK"
}