POST/portfolio/boards/{boardId}/columns.json
Add a column to the given Board
Adds a new column to a given board.
Path Params
- Name
boardId
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"id": "361",
"STATUS": "OK"
}