Developers

Change order of columns inside a board

POST
/project/boards/{id}/board-columns-change-order

Change order of columns inside a board

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

BoardColumnChangeOrder identifier

Request Body

The new BoardColumnChangeOrder resource

TypeScript Definitions

Use the request body type in TypeScript.

columnIds?array<>|
Items1 <= items

Response Body

curl -X POST "https://example.com/project/boards/string/board-columns-change-order" \  -H "Content-Type: application/json" \  -d '{}'
Empty